ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Version (Property)
The Version property is used to get and change the version of an element.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
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....
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
gClickableLink (Function)
Adds a clickable link in a graphic string.
Error 31: The file to include is not found. Check the name and path ...
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
StartVisibleRange (Property)
The StartVisibleRange property is used to: get and change the first visible date or time in a Scheduler or TimeLine control. change the first visible time in a TimeLine control....
EndVisibleRange (Property)
The EndVisibleRange property is used to: find out and modify the last visible date or time in a Scheduler control or in a TimeLine control. modify the last visible time in a TimeLine control....
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
NumberDisplayedPage (Property)
The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control.
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
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...
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
Code snippets
The code editor allows you to enter "Code snippets"......
CursorCapture (Example)
Usage example of the CursorCapture function
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
FolderData (Function)
FolderData is kept for backward compatibility.
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......