|
|
|
|
|
|
|
The different types of items proposed in the data model editor are as follows: |
|
|
|
|
|
|
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory. |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
Deselects an element from a drop-down list or from an expanded list. |
|
|
|
|
|
|
Selects an element in a drop-down list or in an expanded list. |
|
|
|
|
|
|
Returns the list of connections currently described in the application. |
|
|
|
|
|
|
Returns the list of drivers for the Twain devices connected to the current computer. |
|
|
|
|
|
|
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine. |
|
|
|
|
|
|
The Check Box control can benefit from several AAFs (Automatic Application Features) ...... |
|
|
|
|
|
|
Returns the list of printers installed on the current computer. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine. |
|
|
|
|
|
|
The Sorted property is used to:
Determine whether a control is sorted.
Sort a control or not.... |
|
|
|
|
|
|
Builds a sequence of characters containing a line. |
|
|
|
|
|
|
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop.... |
|
|
|
|
|
|
The Memory property determines if the specified control is populated programmatically or is based on a data file. |
|
|
|
|
|
|
Adds a clickable link in a graphic string. |
|
|
|
|
|
|
The DndSource property is used to determine and change a control's drag-and-drop behavior.... |
|
|
|
|
|
|
Usage example of the DnDCursor function |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
Usage example of the DnDEvent function |
|
|
|
|
|
|
Usage example of the EmailSaveAttachment function |
|
|
|
|
|
|
Builds a sequence of characters containing an aligned text or an aligned image. |
|
|
|
|
|
|
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|