|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window... |
|
|
|
|
|
|
|
| The following functions are used to manage Drag and Drop: |
|
|
|
|
|
|
|
| The Sortable property is used to:
Determine if a Table control column is sortable.
Make a column of a Table control sortable or not.... |
|
|
|
|
|
|
|
| The TriState property is used to:
Determine if a check box option supports 3 or 2 states.
Determine if a TreeView control uses 3-state or 2-state check boxes.
Change the type of an option in a check box: option with 3 states or with 2 states.... |
|
|
|
|
|
|
|
| The VerticalOrientation property is used to:
Find out the orientation of a ListView control.
Modify the orientation of a ListView control.... |
|
|
|
|
|
|
|
| The DisplayedItemImage property is used to:
Get the item that corresponds to the image displayed in a ListView control.
Change the item that corresponds to the image displayed in a ListView control.... |
|
|
|
|
|
|
|
| Converts a time to a string in the specified format. |
|
|
|
|
|
|
|
| The BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables.... |
|
|
|
|
|
|
|
| The Extra property is used to:
Get additional information about a control, window, or page.
Edit additional information of a control, window or page.
In browser code, you can only get additional information of a control or page.... |
|
|
|
|
|
|
|
| The AllowActionBarHiding property automatically hides the Action Bar. |
|
|
|
|
|
|
|
| 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 State property is used to get and change the state of an element. |
|
|
|
|
|
|
|
| Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever...... |
|
|
|
|
|
|
|
| The TextProgressBar property gets and sets the text displayed in a progress bar. |
|
|
|
|
|
|
|
| The ProgressBar property is used to identify and change the Progress Bar control used when calculating a Pivot Table control (PVTCalculateAll and PVTCalculateUpdate functions). |
|
|
|
|
|
|
|
| The DisplayLink property gets and sets the display mode of the links in a Gantt Chart column. |
|
|
|
|
|
|
|
| The MovementTask property allows you to know and modify the way users move tasks in a Gantt Chart column. |
|
|
|
|
|
|
|
| The PaneVisible property is used to:
determine if the pane of the Image Editor control is visible,
show or hide the pane of the Image Editor control.... |
|
|
|
|
|
|
|
| The ImageType property is used to get the type of image being edited in an Image Editor control (icon or image). |
|
|
|
|
|
|
|
| The DisplayBookmarks property is used to:
identify the display mode of bookmarks in a Word Processing control.
show or hide bookmarks in a Word Processing control.... |
|
|
|
|
|
|
|
| The SearchAAF property is used to:
find out whether the search via AAF is enabled on a non-editable Combo Box control,
enable (or not) the search via AAF on a non-editable Combo Box control.... |
|
|
|
|
|
|
|
| The RuleVisible property is used to:
Find out whether the rulers are visible or invisible in a Word Processing control.
Make the rulers visible or invisible in a Word Processing control.... |
|
|
|
|
|
|
|
| The Compass property is used to:
display or hide the compass on a Map control,
determine whether the compass is displayed on a Map control.... |
|
|
|
|
|
|
|
| The ScreenshotAllowed property is used to:
Determine whether it is possible to take screenshots of a window,
Allow or prevent taking screenshots of a window.... |
|
|
|
|
|
|
|
| The FontMinSize property is used to get and change the minimum size of the font used in a Static control with the "Reduce font" option. |
|
|
|
|
|
|
|
| The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in:
the caption of a Static control.
the elements of a List Box control.
the elements of a Combo Box control.
the values of a column in a Table control.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|