ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Now (Function)
Returns or modifies the system time (current time defined for the current computer).
InUniversalWindowsAppSimulatorMode (Function)
Indicates whether the code is run in the simulator for Universal Windows Platform applications. Function kept for backward compatibility....
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file if required.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
GeometryOverlap (Function)
Determines whether two geometries overlap.
CapitalizeEachWord (Function)
Capitalizes each word in a specified string.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values....
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.