ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Using the query result
The result of a select query can be used in......
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
Guided tour management constants
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
ChangeAction (Example)
Usage example of ChangeAction
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
fOpen (Example)
Usage example of the fOpen function
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Error 120: Redefinition of the structure
Error 105: Redefinition of the local variable
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
iCloseReport (Function)
Stops printing the current report immediately.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.