ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
Size (Property)
The Size property is used to determine and change the size of an element.
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Control constants
List of constants used by the functions for managing controls...
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
TreeSelectMinus (Function)
Deselects an element in a TreeView control.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Generating the RAD pattern
To generate a RAD pattern:...
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
Screen,Get (External language)
Retrieves the value in a control or in a variable.
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
List,Select,+ (External language)
Selects an element in a drop-down list or in an expanded list.
List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...