ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
LooperSelectMinus (Function)
Deselects a row in a Looper control.
LoadParameter (Function)
Reads a persistent value.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
ServiceWait (Function)
Pauses the current service during the specified duration.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
State (Property)
The State property is used to get and change the state of an element.
LooperSelectPlus (Function)
Selects a row in a Looper control.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
CertificateSignString (Function)
Creates the signature of a character string.
gLine (Function)
Builds a sequence of characters containing a line.
LooperAdd (Function)
Adds a row at the end of a Looper control.
StringInsert (Function)
Inserts a string into another character string at a given position.
FTPCommand (Function)
Sends a specific FTP command to a server.