|
|
|
| acAppBar
|
| type
|
| TacAppBarRestoreProperty = (rpAllowedEdges, rpFormSize, rpDocking, rpFloatRestrictions, rpSizing, rpSliding);
|
|
|
| TacAppBarRestoreProperties = set of TacAppBarRestoreProperty;
|
| The TacAppBarRestoreProperties type contains the set of values that can assume RestoreProperties property (subproperty of RegistrySaver) of acAppBar component.
|
| Values | Meaning
|
| rfAllowedEdges | AppBar will restore values of AllowedEdges property on every program startup, when True;
|
| rfFormSize | restores the form Placement and size when True;
|
| rfDocking | restores Docking rules when True;
|
| rfFloatRestrictions | restures FloatRestrictions;
|
| rfSizing | restores Sizing rules;
|
| rfSliding | restures Sliding settings.
|