buttonspanel CustomBeforeOK property
Return to Introduction  Previous page  Next page
Applies to
acButtonsPanel component.  

Declaration
property CustomBeforeOK: Boolean;  

Declaration
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.  

See also
ButtonHeight property.