ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
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.).
MouseYPos (Function)
Returns the vertical position (Y) 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.).
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....
grColor (Function)
Returns and initializes the color of different chart elements.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
zipCreate (Function)
Creates an archive.
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
HTTPSendForm (Function)
Sends an HTTP form.
Manipulating Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Bar Code controls......
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
HandleParentNext (Function)
Forces the parent of the next window to open.
Generating the RAD pattern
To generate a RAD pattern:...
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...