ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing projects
List of constants used by the functions for managing projects....
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
TelemetryIsEnabled (Function)
Used to find out whether the telemetry is enabled.
fRead (Example)
Usage example of the fRead function
Structure (Type of variable)
A structure is a custom type of data...
zipSize (Example)
Usage example of the zipSize function
dbgAuditStatus (Function)
Retrieves and changes the status of the dynamic audit.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
iEllipse (Function)
Prints an ellipse (in a rectangle).
Type (Example)
Usage example of the Type property
DecimalPart (Function)
Returns the decimal part of a number.
iInitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
fAddText (Function)
Adds the content of a character string at the end of a file.
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
HListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
EmailCurrentFolder (Function)
Returns the name of current folder in the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
iLine (Function)
Prints a line at specified coordinates.
NumToFinancialWritingChinese (Function)
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing format.
HListKey (Example)
Usage example of the HListKey function