>See the typinfo unit. It's used for instance in the classes.pas unit.
>Michael.
OK, thx for the info ^_-
Rodrigo "Rui" R. (1/2 RRC2Soft)
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Value
...sort of.
How is RTTI information accesible from FreePascal/Delphi?
Rodrigo "Rui" R. (1/2 RRC2Soft)
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
p exists (for pascal, of course ^_^)
Rodrigo "Rui" R. (1/2 RRC2Soft)
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Hello all!
I want to know if there's a tool that creates the OpenXML code needed
for loading and saving an entire record from/to XML automatically.
Example:
Type TCoord = Record
X,Y:Integer;
end;
TActor = Record