ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
Associating an identifier with an element found in a TreeView control
The different methods to associate an identifier with an element found in a TreeView control....
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
InvalidInputMessage (Property)
The InvalidInputMessage property is used to identify and set the message that will be displayed if the control contains invalid data (input mask or value out of bounds).
<Connection variable>.RSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
HRSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
<Table>.Position (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
<Table>.Add (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Manager of automated tests
The test manager is used to......