ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Splitter control
The Splitter control is used to divide a window into several distinct areas...
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
HInfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
HModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
iCloseReport (Function)
Stops printing the current report immediately.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Time (Type of variable)
The Time type is used to easily handle the times...
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).