ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Python functions
The Python functions are as follows......
SysNbExternalStorage (Function)
Returns the number of external storage spaces found on an Android device.
<xmlDocument variable>.ValidDocument (Function)
Validates an XML document from an XSD schema.
SQLSeek (Function)
Positions on the specified result row of the query.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
Page constants
List of constants used by page functions....
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
iFont (Function)
Selects the default font.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
<xmlDocument>.ToJSON (Function)
Converts an XML string to JSON.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
SQLNext (Function)
Positions on the next row of the query result.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
XMLToJSON (Function)
Converts an XML string to JSON.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
SQLPrevious (Function)
Positions on the previous row of the query result.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
PageDisplay (Function)
Displays a web page in the user's browser....
DriveCreateDirectory (Function)
Creates a directory on the remote disk.
<Variable Drive>MoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).