ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Copying controls from the page editor
The controls can be copied from the page editor......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
BreadcrumbModifyLink (Function)
Modifies a link in a Breadcrumb control.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
iPrintReport (Function)
Prints a report created with the report editor.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
Window controls
Several types of controls can be used in a window, ......
Multiline strings
To type character strings over several lines in the code editor...
Reduce (Function)
Applies a computation to each element of a WLanguage array.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
7. Multilingual sites in practice
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
Creating a delete query
A delete query (corresponding SQL statement......
HCheckStructure (Function)
Defines the mode for comparing data files.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
iParameter (Function)
Retrieves the printer configuration and configures the print.
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
Copying controls from the window editor
The controls can be copied from the window editor......
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Classes, members, methods and properties
A class is made of......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....