ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
Site Map control properties
List of properties associated with a Site Map control...
<Upload>.SizeSent (Function)
Returns the total size (in bytes) of files already sent by the current upload via an Upload control.
Extracting messages added or modified since last extraction
A project was already created and translated......
<Scheduler>.PositionResource (Function)
Displays a given resource in a Scheduler control or returns the position of first visible resource in a Scheduler control.
<Source>.RecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
Different types of data (Type of variable)
A variable is defined by name and type......
gpwGetRights (Function)
Used to get the rights granted to a control, a window, a page or a report.
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
MobileNetworkStatus (Function)
Returns the current status of the connection to data on the mobile network or asks to be notified when the status of the connection to data changes.
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images or photos......
Properties associated with a supercontrol
List of properties associated with a supercontrol...
Z-index of a control
All the controls in a window or report have a different z-index......
17. WLanguage: a simple and powerful language
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
Global and local variable
Two types of variables are available......
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......