ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different 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.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
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.
PageDisplay (Function)
Displays a web page in the user's browser....
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....
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
TreeExpand (Function)
Expands a node in a TreeView control.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....