ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLExec (Function)
Names and runs an SQL query.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Types of Edit controls
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
geoRunApp (Function)
Starts the device's native maps application to display: a specific geographical location, a route between two locations....
SysYRes (Function)
Returns the vertical screen resolution.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
zipExtractFile (Example)
Usage example of the zipExtractFile function
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
SysNbExternalStorage (Function)
Returns the number of external storage spaces found on an Android device.
WordCount (Function)
Returns the number of words in a string.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
fRemoveDir (Example)
Usage example of the fRemoveDir function
kbActionAllowed (Type of variable)
The kbActionAllowed type allows you to define which actions are available to the end user when handling cards in a Kanban control.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.