ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
sfUndeleteResult (Type of variable)
The sfUndeleteResult type is used to find out the result of SFUndelete...
Constants for managing Gantt charts
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
Destination (Property)
The Destination property is used to define: the destination of a backup. the result file of the request....
SeriesColor (Property)
The SeriesColor property is used to: Find out the color of a series in a chart. Modify the color of a series in a chart....
SelectionColor (Function)
Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box control.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
ActionPlanExecute (Function)
Runs an instance of the action plan in the software factory.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Contains (Function)
Allows you to check if a substring is within a string.
MatCopy (Function)
Creates the copy of a matrix.
MatFloatAdd (Function)
Adds a value to each matrix element.
MatDelete (Function)
Deletes an existing matrix.
TimeValid (Function)
Checks the time validity.
XMLSavePosition (Function)
Stores the current position in the XML document.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
TimeToString (Function)
Converts a time to a string in the specified format.