ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
dCopyImage (Example)
Usage example of the dCopyImage function
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
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.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
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.
HFSQL constants
List of constants used by the HFSQL functions....
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
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.
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
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.
Manipulating Progress Bar controls programmatically
A Progress Bar control can be handled through programming......