ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Identifier (Property)
The Identifier property gets and sets the identifier of an element.
OrganizerBackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
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.
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)....
zipExtractAll (Example)
Usage example of the zipExtractAll function
fCompress (Function)
Compresses a file.
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