ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
TokenListSeparator (Property)
The TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control.
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
HSetMemo (Function)
Used to modify the management mode of memo items.
SocketExist (Function)
Checks the existence of socket.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
iEndReport (Function)
Forces the report print to stop.
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
Camera control properties
You can handle Camera controls in a window using the following WLanguage properties......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
12. Synchronizing data
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
HPrevious (Function)
Positions on the previous file record according to a browse item.
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
Events associated with Edit controls
WLanguage events associated with Edit controls...
You used WEBDEV 28
You used WINDEV 28
<gglConnection variable>.Connect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
WinEdCreateNote (Function)
Creates a Repositionable Note control.