ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
GglAccountAssociate (Function)
Enables users to log in to an application using a Google account registered on the device, without entering a username and password.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
sfExecuteQueryResult (Type of variable)
The sfExecuteQueryResult type is used to find out the result of SFForwardQuery and SFExecuteQuery...
HUnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read function....
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.