ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
sfMergeResult (Type of variable)
The sfMergeResult type is used to find out the result of SFMerge...
sfLeadConvertResult (Type of variable)
The sfLeadConvertResult type is used to find out the result of SFConvertLead...
gglCalendar (Type of variable)
The gglCalendar type is used to describe and modify a calendar used by the Google Calendar service...
saasSubscription (Type of variable)
The saasSubscription type is used to define the advanced characteristics regarding the subscription of a SaaS client account to a pricing.
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
WINDEV: Example of programmed Drag and Drop
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
LDAP constants
List of constants used by the LDAP functions....
BTLEInitializeDevice (Function)
Initializes a Bluetooth Low Energy device in Windows.
IF statement
The conditional IF statement allows you to run an action according to a condition...
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
SysIconAdd (Example)
Usage example of the SysIconAdd function