ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Designation of current element (Reserved word)
The keywords used to identify the current element are:
ServiceList (Function)
Returns the list of services found on the current computer or on the specified remote computer.
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
MemCreate (Function)
Creates a memory area.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
iMargin (Function)
Defines the "logical" print margins.
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
ServiceWaitStatus (Function)
Waits for a service to be in a specific status.
ServiceStatus (Function)
Returns the current status of a service.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
FTPSend (Example)
Usage example of the FTPSend function
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
Extra (Property)
The Extra property manges additional information.