
There are three types of a toolbar entry:
d) Action button (entry)
e) Separation line (separator)
f) Reference to another toolbar to display at this point (Sub-Toolbar)
When creating the toolbar entry, you decide on the type.

The name of the toolbar entry must be unique among the toolbar entries of the toolbar.
You can set a dynamic expression for each property in the Expression column.
Properties Entry

|
Property |
Description |
|
Caption |
Text of the toolbar entry |
|
Checked |
The toolbar entry is drawn marked (switched on) |
|
ContextMenu |
Name of a context menu that is displayed when the toolbar entry is pressed. It must be the name of a menu of the same class. |
|
Enabled |
The toolbar entry can be pressed, if True |
|
ToolPicture |
Image of the toolbar entry |
|
Tooltip |
Text that appears when the mouse pointer lingers over the toolbar entry |
|
Visible |
Visibility of the toolbar entry |
|
Width |
Width of toolbar entry in twips or zero (0) for automatic width |
Properties Separator
|
Property |
Description |
|
Visible |
The separator is visible |
Properties Sub-Toolbar
|
Property |
Description |
|
Object |
Reference to a TCE object that manages the toolbar to display at this point. |
|
Toolbar |
Name of the toolbar (string) of the toolbar in Object |