ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026
Your version: XXF270104H

TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
AssistedInputAdd (Function)
Adds a row into the list of values available for the assisted input of an edit control.
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
HFileExist (Function)
Used to find out: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard...
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
zipMsgError (Function)
Returns the message associated with an error code on an archive.
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Referring to an element in a WLanguage event / process
MarginInterCell (Property)
The MarginInterCell property is used to: find out the margin between rows or columns in a Layout control. modify the margin between rows or columns in a Layout control....
zipExtractFile (Example)
Usage example of the zipExtractFile function
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
Automation object
The Automation keyword is used to declare an automation object...
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.