Is there a way to save a set of enumerated values to the 
registry, basically saving/loading directly from/to the 
'set' variable? Example:

TTest = (tOne,tTwo,tThree);
TTestSet = set of TTest;

Is it possible to save/load a variable of type TTestSet 
to a single registry value?
_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to