ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

4. Conditional statements
WEBDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
10. Embedded queries
Controls in a window can be linked to a data file or existing query....
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
fLoadText (Function)
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.).
<Window>.OutXPos (Function)
Returns the horizontal position of the upper-left corner of a window in relation to the upper-left corner of the screen.
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
<Table>.Expand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
Description window of a combining query
The description window of a combining query consists of several sections......
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
<List Box>.InfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
NdxEncryption (Property)
The NdxEncryption property sets the encryption method of the index file (.NDX) associated with a table.
<Source>.Write (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
List,Position (External language)
Positions the first element displayed in the list or returns the index of the first element displayed.