ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
grScatter3DAltitudeColor (Function)
Defines the different colors used according to the altitude levels of a series found in a 3D Scatter chart.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
HServerStatus (Function)
Allows you to find out the status of a HFSQL server (this function uses the MantaManager service).
Calling a procedure/a function
Syntax for calling a local or global procedure.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
fSelectDir (Function)
Opens a directory picker.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Compilation options (chm format)
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
CookieWrite (Example)
Usage example of the CookieWrite function