ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
List,Select,+ (External language)
Selects an element in a drop-down list or in an expanded list.
HListConnection (Function)
Returns the list of connections currently described in the application.
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
iListPrinter (Function)
Returns the list of printers installed on the current computer.
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
gLine (Function)
Builds a sequence of characters containing a line.
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
gClickableLink (Function)
Adds a clickable link in a graphic string.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
DnDCursor (Example)
Usage example of the DnDCursor function
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
DnDEvent (Example)
Usage example of the DnDEvent function
EmailSaveAttachment (Example)
Usage example of the EmailSaveAttachment function
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
1
4
5
6
7
8
171
>