Is there a way to save current values of all the properties of a component
to the file ? Something like MyComponent.SaveToFile (MyComponent.name +
'.txt').
OR
Is there a way to get a list of all the properties for a given component.
To do something like this:
for i := 0 to NumberOfProperties do
WriteToFile (Properites[i].Name + '=' + Properites[i].ValueAsString)
Delphi loads/saves forms filled with components into the dfm file. Can this
functionality be used ? Then how ?
Thanks
Alex
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz