[fpc-pascal]Re: (Auto) XML Record Loader & RTTI Info

2003-06-25 Thread RRC2Soft
>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

[fpc-pascal](Auto) XML Record Loader & RTTI Info

2003-06-18 Thread RRC2Soft
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

[fpc-pascal]Re: (Auto) XML Record Loader - Exist?

2003-06-17 Thread RRC2Soft
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

[fpc-pascal](Auto) XML Record Loader - Exist?

2003-06-16 Thread RRC2Soft
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