[Lazarus] Is there a Lazarus component that allows setting of visual properties at runtime and saving them?
Michael Van Canneyt
michael at freepascal.org
Tue Nov 23 21:28:30 CET 2010
On Tue, 23 Nov 2010, Frank Church wrote:
> Is there a Lazarus component that allows setting of visual properties at runtime and saving them?
>
> I am thinking along the lines of the Object Debugger component by Marco Cantu
Install the RunTimeTypeInfoControls package. It contains (amongst others) the Object Inspector grid.
If you want to save&restore properties, you can set them in the Form.SessionProperties property of the form,
and drop a TIniPropStorage or TXMLpropStorage from the 'Misc' tab on the form, and they will be saved
and restored at runtime.
Michael.
More information about the Lazarus
mailing list