Unit PropSaveMain
Description
PropSaveMain unit contains set of non visual component which provides automatic storing and restoring properties of forms and components. It re/stores properties and position of all standard and Rosi components, any other components could be easily processed by TCustomPropSave descendant.
Splash screen in demo version.
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Description
Functions and Procedures
Types
TPropSaveEvents = (...); |
list of possible saving events
Values
-
pseFormCreateDestroy
-
pseFormShowHide
-
pseNone
|
TPropSaveAction = (...); |
list of saving actions
Values
-
psaRead
-
psaSave
-
psaDelete
|
TOnGetKeyString = procedure(Comp: TComponent; var Key: string) of object; |
event type used by TCustomPropSave to get KeyString for the component
|
Author
Created
Jan 2005
Last Modified
May 2019
Generated by PasDoc 0.15.0.
|