ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
Managing main window menus
A main menu is necessarily associated with a window...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
Manipulating menu options programmatically
Menu options can be manipulated...
ServiceList (Function)
Returns the list of services found on the current computer or on the specified remote computer.
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
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.
ContactSource (Type of variable)
The ContactSource type is used to define the advanced characteristics of a source (or account) for the contacts (example: Google, Exchange, Facebook).
SIPAddress (Type of variable)
The SIPAddress type is used to define the advanced characteristics of a SIP address.
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.
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.
Designation of current element (Reserved word)
The keywords used to identify the current element are:
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.
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
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.
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.