ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iInitReportQueryConnection (Function)
Initializes the query linked to the report.
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
HChangeName (Function)
Modifies the physical name of a data file.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Global and local variable
Two types of variables are available......
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Manipulating Progress Bar controls programmatically
A Progress Bar control can be handled through programming......
dCopyImage (Example)
Usage example of the dCopyImage function
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.