Which Delphi version supports RTTI for public methods? -
by default, rtti in versions below 2010 created published class members.
i have read in 2006 blog (http://hallvards.blogspot.com/2006/09/extended-class-rtti.html) using $methodinfo (or $m), public , published methods included since delphi 6. correct?
the blog entry said:
"for websnap, “new” $methodinfo on compiler directive (which undocumented in d6 , d7) used generate extended rtti public , published methods." ... "updated (27. oct 2007): $methodinfo first available in delphi 7, not delphi 6."
the new rtti in delphi 2010 , supports want.
you're out of luck in delphi 2009 , below.
Comments
Post a Comment