|
|
|
| acButtonsPanel component.
|
| property CustomBeforeOK: Boolean;
|
| The CustomBeforeOK property specifies whether the Custom button (button which performs some custom action) should appear before the others button, and even before the OK button if it visible.
|
|
|
| If the Align is alHorizontal then custom button will appears from the left of OK button, if the Align is alVertical, the custom button will be displayed at the top side of the panel, before the buttons.
|
| ButtonHeight property.
|