ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fCompress (Function)
Compresses a file.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
HChangeName (Function)
Modifies the physical name of a data file.
Using several libraries in an application
A library is a WDL file that contains all the resources......
zipMsgError (Function)
Returns the message associated with an error code on an archive.
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
iPrintReport (Function)
Prints a report created with the report editor.
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)....
gBackgroundGradient (Function)
Describes a display color in gradient mode.
Identifier (Property)
The Identifier property gets and sets the identifier of an element.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
SysYRes (Function)
Returns the vertical screen resolution.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Geolocation function constants
Constants used by geolocation functions...
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
HCreateView (Example)
Usage example of the HCreateView function