Hi,

ObjectBinaryToText method can save object structure to string, but how
save only some propertys? I could use RTTI and TypeInfo, but
ObjectBinaryToText can parse property hierarchy
(Propery1.Subproperty1.Color etc). Or how I can save and read object
from string without object name?
Example: I am creating simple theme manager which save settings of
some control (e.g. TEdit) and must read it not paying attention to the
component name (Edit1, Edit2, Edit3 etc...) Must work like a template.

Regards
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to