ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
InvalidInputShowMessage (Function)
Displays an invalid input error for the specified control.
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
ExeListProcess (Function)
Returns the list of applications currently run.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
DayWidth (Property)
The DayWidth property is used to determine and change the width of days: in a Scheduler control where the days are displayed in column and the resources in rows. in a Gantt Chart column....
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Mask management functions
The following functions are used to manage masks......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
AAF: Pasting a row from one Table control into another
Table controls are used to view and manipulate data......
SchedulerTaskList (Function)
Retrieves the list of scheduled tasks.
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......