|
|
|
|
|
Constants for managing the modification of windows by the user
| | | Constant | Description | Used by properties/functions |
---|
weAddRepositionableNote | Modification authorization: The end user can add a repositionable note in the window. | WinEditAllowed, WinEditMode | weAddWire | Modification authorization: End-users can add a thread between several fields. | WinEditAllowed, WinEditMode | weAll | Modification authorization: All modifications are authorized. | WinEditAllowed, WinEditMode | weChangeTooltip | Modify permission: End-users can modify field tooltips. | WinEditAllowed, WinEditMode | weChangeWire | Authorization to modify: End-users can modify wires between fields. | WinEditAllowed, WinEditMode | weModeDifferential | Type of backup to be performed: Backup of all editing operations, including custom operations (function WinEdDo). All these operations will be replayed during the reload operation (like for a log). | WinEdSave | weModeFull | Type of backup to be performed: Backup of all fields and their current properties. This constant can be used on an internal window only. | WinEdSave | weModeReposionableNote | Type of backup to be performed: Backup of user-created repositionable notes only. This constant is equivalent to the "Export the notes" feature in the context menu of repositionable notes (AAF). | WinEdSave | weMoveControl | Modification authorization: end-users can move fields. | WinEditAllowed, WinEditMode | weMultiSelection | Modification authorization: end-users can select several fields at a time. | WinEditAllowed, WinEditMode | weNone | Modification authorization: No modification authorized. | WinEditAllowed, WinEditMode | wePosition | Modification authorization: end-users can move fields. | WinEditAllowed, WinEditMode | weResizeControl | Modification authorization: End-users can resize fields. | WinEditAllowed, WinEditMode | weSelection | Authorization to modify: End-users can select fields. | WinEditAllowed, WinEditMode | weSize | Modification authorization: end-users can modify field sizes. | WinEditAllowed, WinEditMode |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|