ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Message
The Message keyword can correspond to: the Message function. the Message property, which is used to get and change the help message of a control or menu option in a window. the Message property available for: a SFError variable. the email structure. an Email variable. a Notification variable....
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
ActionUndo (Function)
Cancels the last action performed by the end user.
Column
The Column property is used to manipulate one or more columns.
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
USB constants
List of constants used by the USB functions....
emailNotesSession (Type of variable)
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages.
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio Button or Dashboard control are compacted. define whether the options of a Check Box, Radio Button or Dashboard control should be compacted....
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
WinInactiveEffect (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
Events associated with Check Box controls
List of events associated with Check Box controls...
Events associated with Radio Button controls
List of events associated with Radio Button controls...
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control or text.
Shape (Property)
The Shape property allows you to handle the different shapes of an element.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
psheetSelection (Type of variable)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
OpenIDIdentity (Type of variable)
The OpenIDIdentity type is used to define all the advanced characteristics of a user connected to a service via the OAuth 2.0 protocol.
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
fUncompress (Example)
Usage example of the fUncompress function
HChangeName (Example)
Usage example of the HChangeName function