ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
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....
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
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....
InvalidInputShowMessage (Function)
Displays an invalid input error for the specified control.
Mask management functions
The following functions are used to manage masks......
Summary table: Application directory management by platform
Returns the list of continents....
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....
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
SchedulerTaskList (Function)
Retrieves the list of scheduled tasks.
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
Manipulating Action Bars programmatically
Action Bars can be manipulated programmatically. To do so, use the variable corresponding to the Action Bar in the code....