ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
HCross (Function)
Crosses a record in a table.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
ThreadState (Function)
Returns the current status of a thread.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
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....
Country (Variable type)
The Country type is used to find out the characteristics of a country.
HSL (Function)
Creates a color from its hue, saturation and lightness.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
ThreadEnd (Function)
Ends the execution of the current thread.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
fDir (Function)
Finds a file or directory.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.