ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
User (Property)
The User property is used to identify and change the user of a feature.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
grGridlines (Function)
Displays or hides the chart gridlines.
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
grAddData (Function)
Adds a data into a chart.
grTitle (Function)
Modifies the caption and/or position of the chart title....
Supercontrol
A supercontrol is an advanced type of control......
String of (Variable type)
The String of type is used to manipulate fixed-length strings. These strings have a null character at the end, denoted by a zero (as in the C programming language).
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
Color (Variable type)
The Color type is used to define the advanced characteristics of a WLanguage color.
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.