ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSL (Function)
Creates a color from its hue, saturation and lightness.
fRemoveDir (Function)
Deletes a directory from a disk.
Age (Function)
Returns the age according to the date of birth.
DateToDayInAlpha (Function)
Returns the name of the day corresponding to a specified date.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
CurrentYear (Function)
Returns the current year in integer format.
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)....
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....
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
MatFloatAdd (Function)
Adds a value to each matrix element.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
ThreadEnd (Function)
Ends the execution of the current thread.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
Items used in a select query
A query created in the query editor can contain several types of items......
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).