ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grTitle (Function)
Modifies the caption and/or position of the chart title....
NextTitle (Function)
Modifies the title of next window to open.
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
fMemOpen (Function)
Opens a memory zone shared between several applications.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
W3C standardization
You must comply with the W3C standard (HTML 4......
Error 30: An exception process cannot be declared inside another exception process...