Hi,
I've been programming in Delphi the past 14 Years, but now I'm new to Lazarus.
Today I tripped over the component "TIniPropStorage".
Immediately I looked into it's ancestry:
TIniPropStorage <- TCustomIniPropStorage <- TFormPropertyStorage <- TControlPropertyStorage <- TCustomPropertyStorage <- TCustomPropertyStorage
... wow.
I wonder, when and how to use this component and why it has such a long ancestry.
Especially the names of the ancestors (FormPropertyStorage and ControlPropertyStorage) seem to imply, that some other components use this one to save their properties?
Could anyon enlighten me, when or how to use this component most effectively?
Thanks