ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Looper>.RefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
NetCloseRemoteAccess (Function)
Closes the line that was opened by NetOpenRemoteAccess.
Age
The Age keyword can correspond to...
<WDPic variable>.Fill (Function)
Colors an area in a WDPic variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
gLine (Function)
Builds a sequence of characters containing a line.
ERR_NO_APPLICATION
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
DDERecipient (Function)
Identifies the recipient of a DDE connection.
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
EmulatePaneDock (Function)
Emulates the integration of an undocked pane in the associated dynamic Tab control.
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
The Calculated control
The "Calculated" control is used to perform calculations in a report......
Internal window management functions
The following functions are used to manage the "Internal windows" controls......
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Recompiling the project
The project compilation is a process used to......
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......