|
Sub-properties |
|
| acTrayIcon, acAppAutoRun, acFormHelp, acFormTopmost and acFormRoller components.
|
| property CaptionButton: TacACaptionButton;
|
| The CaptionButton is the set of properties for managing an additonal buttons on the title bar:
|
| BtnOrder | controls the button placement order on the title bar;
|
| Cursor | specifies the cursor image when button released;
|
| CursorDown | specifies the cursor image when button pressed;
|
| Enabled | enables or disables button;
|
| Hint | specifies the button's tooltip;
|
| SeparatorWidth | width between current and previous buttons;
|
| ShowHint | enables or disables the tooltip (hint);
|
| Visible | shows or hides the button from the title bar.
|
|