|
|
|
| acAppBar component as subproperty of RegistrySaver structure.
|
| type
|
| TacAppBarRestoreProperties = set of (rfAllowedEdges, rfFormSize, rfDocking, rfFloatRestrictions, rfSizing, rfSliding);
|
|
|
| property RestoreProperties: TacAppBarRestoreProperties;
|
| The RestoreProperties property of the RegistrySaver structure specifies which properties, saved after previous program execution, you would like to restore on every program startup.
|
| Values | Meaning
|
| rfAllowedEdges | restores value of AllowedEdges property when True;
|
| rfFormSize | restores the form Placement and size when True;
|
| rfDocking | restores Docking rules when True;
|
| rfFloatRestrictions | restores FloatRestrictions;
|
| rfSizing | restores Sizing rules;
|
| rfSliding | restures Sliding settings.
|
| Options property.
|