ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
EndProgram (Function)
Ends the execution of the current program.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
zipCreate (Function)
Creates an archive.
HOnError (Function)
Customizes the management of HFSQL errors.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
TimeToInteger (Function)
Converts a time to an integer.