ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
fFileExist (Function)
Checks the existence of an external file.
HModifyDatabaseRights (Function)
Sets the rights granted to a user or group for an HFSQL Client/Server database....
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
Charact (Function)
Returns the character corresponding to the specified ASCII code.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
BitwiseNOT (Function)
Returns the result of a bitwise NOT operation performed on a value.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
Speech synthesis in the mobile applications
The phones can talk!......
zipOpen (Function)
Opens an existing archive.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
Creating an executable: WINDEV Framework
Each WINDEV function is associated with a WINDEV DLL......
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Global procedure/function
A global procedure can be used in all the processes or events of the project....
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
gglCoordinate (Type of variable)
The gglCoordinate type is used to describe and handle a geographical point on a map...
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HDeleteServerTrigger (Function)
Deletes a server trigger.
HPriorityClient (Function)
Modifies the priority of a client application.
ThreadCurrent (Function)
Returns the name of the thread currently run.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.