ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
25 results for: indirection
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or data file item by dynamically constructing the name of the field, variable, class member or item...
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable...
Error 533: The expression of a { } must be a string
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements...
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
EnumControl (Function)
Returns the name of Nth control found in the specified element.
Properties associated with the cells of the status bars
List of properties associated with the cells of the status bars...
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating...
Control (Type of variable)
The Control type is used to define the characteristics of a control.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
ControlClone (Function)
Creates a new control from an existing control.
List of operators
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple...
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window...
Property Description (Type of variable)
The Property Description type is used to get information about a property.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Designing a supercontrol
A supercontrol is an advanced type of control......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file...
Declaring and using a variable
A variable is defined by name and type......