ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
HChangeName (Function)
Modifies the physical name of a data file.
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
Border management constants
List of constants used by the border management functions....
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
dCopyImage (Example)
Usage example of the dCopyImage function
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
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....
Report based on a query
Queries are used to easily select records in one or more data files......
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
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.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
HRead (Function)
Reads a record in a file according to a given record number.