|
|
|
|
|
|
|
|
|
|
|
|
|
|
| For some types of controls, WINDEV and WEBDEV offer an automatic management of Drag and Drop. |
|
|
|
|
|
|
|
| The following functions are used to manage Drag and Drop: |
|
|
|
|
|
|
|
| Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications. |
|
|
|
|
|
|
|
| Retrieves the number and the name of the files "dropped" from the explorer. |
|
|
|
|
|
|
|
| To make a WEBDEV website more interactive, you have the ability to implement Drag and Drop in the pages. |
|
|
|
|
|
|
|
| Emulates a "Drag & Drop" gesture in automated tests. |
|
|
|
|
|
|
|
| The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls... |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever...... |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|