ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
ImageFirst (Function)
Displays the first image for the scroll.
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
ImageLast (Function)
Displays the last image for the scroll.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
MatCopy (Function)
Creates the copy of a matrix.
MatDelete (Function)
Deletes an existing matrix.
HRegenerateFile (Function)
Regenerates a data file from its log.
HExecuteProcedure (Function)
Runs a stored procedure.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Error 25: No THEN statement is associated with this IF
HAddUser (Function)
Adds a user to a database.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.