![]() |
![]() ![]() ![]() |
acFormPlacementSaver component and acAppBar component as subproperty of RegistrySaver.
|
type
|
TacFormPlacementOptions = set of (saveOnClose,
|
saveOnMoveResize);
|
|
property Options: TacFormPlacementOptions;
|
The Options property determinates when the acFormPlacementSaver component should save current form placement and Z-order to the System Registry.
|
|
The possible values of Options are
|
Value Meaning
|
saveOnClose saves the form's placement when user close the form.
|
saveOnMoveResize saves the form's placement when user move or resize the form.
|
|
If options above is specified, acFormPlacementSaver will save form placement automatically. If you would like to save placement "manually" call Save method.
|
Load adn Save methods.
|