TINIPropStorage
From Free Pascal wiki
Jump to navigationJump to search
│
Deutsch (de) │
English (en) │
français (fr) │
русский (ru) │
TINIPropStorage is a component to save selected properties and to restore (either from TForm or each control on it). It works with the TForm.SessionProperties property. You can find it on the Misc tab in the Component Palette.
TINIPropStorage works the same way as TXMLPropStorage, except that the session information will be saved in an INI-file.
For more information and examples are in TXMLPropStorage to find.
See also