TIniPropStorage
From Free Pascal wiki
Jump to navigationJump to search
TIniPropStorage is a component to save and restore selected properties (either TForm or any control on it). It cooperates with the TForm.SessionProperties property and is available on the Misc tab of the Component Palette. Its operation is analogous to that of the TXMLPropStorage component with the only difference that the property values are stored in an ini file (rather than an xml file).
See also