![]() |
![]() ![]() ![]() |
acAppBar component as subproperty of RegistrySaver structure.
|
type
|
TacAppBarRegOptions = set of (saveOnClose,
|
saveOnMoveResize);
|
|
property Options: TacAppBarRegOptions;
|
The Options property controls when RegistrySaver should save the AppBar properties, enumerated in the RestoreProperties property. By default, AppBar saves configuration when your application is about to be closed (when saveOnClose is True). However, you can save all settings after every form movement or resizing, just set saveOnMoveResize to True.
|
RestoreProperties property.
|