ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListScheduledBackup (Function)
Lists the full and differential backups that have been scheduled on HFSQL Client/Server....
GanttGetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
ChangeTarget (Function)
Changes the target of a button action.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
HStatNbRec (Function)
Returns the number of entries for a given key item.
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
TreePosition (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
GOTO statement
The GOTO statement is used to run a code identified by a given label...
BackgroundImageState (Property)
The BackgroundImageState property allows you to get and change the number of drawings in the image associated with the background of a button.
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
gBackgroundGradient (Function)
Describes a display color in gradient mode.
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.