<< Click to Display Table of Contents >> Definition SEToolBarConfig Assign |
![]() ![]() ![]() |
Purpose
Restores and displays the toolbar from a former saved toolbar definition array.
Prototype
ASSIGN Definition (aItems) CLASS SEToolBarConfig
Argument
<aValue> |
A one dimensional array with the toolbar layout information. With this array you define the buttons to display and their order. Each array element contains a button ID of the button to display. The position in the array is equivalent to the displayed position on the toolbar. The button ID of the separator is IDT_SEPARATOR.
Example:
oConfig:Default := {IDTB_New, IDTB_Open, IDTB_Save,; IDT_SEPARATOR, IDTB_MoveTo, IDT_SEPARATOR,; IDTB_Copy, IDTB_Paste, IDT_SEPARATOR,; IDTB_Delete, IDTB_Refresh} |