ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VariableReset (Function)
Resets the variable to its initial value.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
LooperInsertLine (Function)
Inserts a row into a Looper control.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
2. Types of setup
Types of setup...
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
DateDifference (Function)
Calculates the number of days between two dates.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
fSeek (Function)
Gets and sets current position in an external file.
fClose (Function)
Closes an external file.
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....
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
Supercontrol
A supercontrol is an advanced type of control......
Time (Type of variable)
The Time type is used to easily handle the times...
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
Voice commands in your applications
The applications that you develop can react to the user's voice......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
State (Property)
The State property is used to get and change the state of an element.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.