ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
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.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
MyPage (Reserved word)
MyPage is used to handle the current page...
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
SQLConnect (Example)
Usage example of the SQLConnect function
HTMLToText (Function)
Converts an HTML string or buffer to text.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Automation object
The Automation keyword is used to declare an automation object...
XMLChild (Function)
Positions on the first child element of current element.
ServiceControl (Function)
Sends a control message to a service.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
Constants used by the Factory functions
The following constants are used by the functions for managing the software factory:...
XMLAddChild (Function)
Adds a child tag into an XML document.
HNext (Function)
Sets the position on the next data file record according to a browse item.
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
dPolyline (Function)
Draws a line composed of multiple segments.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......