Unfortunately I do not have a lot of experience with Delphi's RTTI. I did use it in a few library routines that I keep handy and that's just about it.
If google can't help you try looking into the Typinfo unit. There are quite a few helper routines in there. Studying those sources should give you lots of answers. If that fails, try asking the list specific questions. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Paule Ecimovic > Sent: Monday, March 20, 2006 12:31 PM > To: Borland's Delphi Discussion List > Subject: Re: RTTI in Delphi and implementation of NAMELIST's of Variable > > Hi, Cosmin > > Thanks for the Delphi RTTI link (and links referred to therein). It really > did illuminate both how Delphi RAD works behind the scenes and some ideas > for how to use RTTI in Delphi application programming. I will dig further > in > the Delphi RTTI goldmine. Do you have any other ideas about how to > implement > run-time object property introspection in Delphi? > > Paule > ----- Original Message ----- > From: "Cosmin Prund" <[EMAIL PROTECTED]> > To: "'Borland's Delphi Discussion List'" <[email protected]> > Sent: Thursday, March 16, 2006 9:55 AM > Subject: RE: RTTI in Delphi and implementation of NAMELIST's of Variable > > > > Take a look at: > > http://www.blong.com/Conferences/BorConUK98/DelphiRTTI/CB140.htm > > (the second link if you google for "delphi RTTI") > > > > Please note Delphi's RTTI has mostly been developed to make Delphi's > form > > editor possible. There's no way (that I nkow of) to generate RTTI for > > somethings that's not a published member of class. > > > >> -----Original Message----- > >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > >> Behalf Of Paule Ecimovic > >> Sent: Thursday, March 16, 2006 3:16 AM > >> To: Borland's Delphi Discussion List > >> Subject: RTTI in Delphi and implementation of NAMELIST's of Variable > >> > >> Hi, All > >> > >> I have noticed that Delphi does have a well-developped RTTI > >> capability. Can someone hint at how best to implement variable NAMELIST > >> directed I/O with it based on the previous thread on this topic? > >> > >> Many thanks for a great list, > >> > >> Paule > >> _______________________________________________ > >> Delphi mailing list -> [email protected] > >> http://www.elists.org/mailman/listinfo/delphi > > > > _______________________________________________ > > Delphi mailing list -> [email protected] > > http://www.elists.org/mailman/listinfo/delphi > > > > > _______________________________________________ > Delphi mailing list -> [email protected] > http://www.elists.org/mailman/listinfo/delphi _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

