ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemCreate (Function)
Creates a memory area.
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
dbgWriteCommentAudit (Function)
Writes a comment into the current dynamic audit.
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
Apply (Function)
Executes a procedure for each element of a WLanguage array.
Underline (Property)
The Underline property is used to: Find out whether a Font variable is underlined. Underline (or not) a Font variable....
fDirectoryExist (Function)
Checks the existence of a directory.
HCloseConnection (Function)
Closes a connection to a database.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
XMLClose (Function)
Closes an XML document created by XMLDocument.
Date and Time management functions
List of functions for managing dates and times...
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
iMargin (Function)
Defines the "logical" print margins.
InWindowsPhoneSimulatorMode (Function)
Indicates whether the code is run in the Windows Phone simulator. Function kept for backward compatibility....
Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
Bold (Property)
The Bold property is used to: Find out whether a Font variable is bold. Modify the bold attribute of a Font variable....
StringFormat (Function)
Formats a character string according to the selected options.
EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...
nWDInitProject: Initialization code of project
Run the initialization code of project......
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
Val (Function)
Returns the numeric value of a character string.