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.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to