ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
xBase files: Limits
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
TimeToInteger (Function)
Converts a time to an integer.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
User Control Center: Management of network applications
For each network application listed in the User Control Center, the "Management of network applications" section is used to......
PDF Reader control events
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
Constants for managing masks
Declaring and using a variable
A variable is defined by name and type......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
Data model editor: types of links
Several types of links can be found between the files......
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
dbgInfo (Function)
Returns a debug information.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
Programming an indexed control