![]() |
![]() ![]() ![]() |
acButtonsPanel component.
|
type
|
TAlignment = (taLeftJustify, taRightJustify, taCenter);
|
|
property Alignment: TAlignment;
|
The Alignment property controls placement of buttons inside of the panel.
|
|
You can align the buttons by left or right side (top or bottom side for vertical panel, when Align is alVertical), or put them to center of panel.
|
|
To put the buttons to center of panel set Alignment to taCenter.
|
|
![]() |
Align, ButtonWidth, ButtonHeight, ButtonSpacing, MarginHorz and MarginVert properties.
|