ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
SocketExist (Function)
Checks the existence of socket.
DnDForce (Function)
DnDForce is kept for backward compatibility.
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
NetworkUser (Function)
Identifies the name of the connected user.
RulerValue (Property)
The RulerValue property is used to get or change the position of the playhead in a TimeLine control.
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
Constants used by ExecutePresetAction
List of constants used by ExecutePresetAction....
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
IFrame control
IFrame is an HTML concept......