ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
fCurrentDrive (Function)
Gets or sets the current drive.
ReplicInfo (Function)
Returns information about a replication.
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
fFileName (Function)
Returns the name of an external file currently open.
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
Format (Property)
The Format property is used to identify and change the format of an element
PrivateKey (Property)
The property PrivateKey property is used to manage private key connections (SSH, FTP or MQTT connections).
SFDelete (Function)
Deletes records from a Salesforce database.
KeyCompareKey (Function)
Compares an initial key with an activation key.
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
FileDisplay (Example)
Usage example of the FileDisplay function
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......