RTTI in Delphi 2007

Giganews Newsgroups
Subject:RTTI in Delphi 2007
Posted by: David Uzzell
Date:Thu, 30 Jul 2009

Hello

I'm hunting around for a way to extract the list of published properties and their types from a Delphi class (derived from TPersistent) at runtime. Postings I have read imply that this would be a simple task for RTTI, and that I should consult the Typeinfo unit. But none of the postings I've found so far are specific to RAD Studio 2007 and my installation of RAD Studio 2007 does not contain a typeinfo unit. The help is sketchy in this are, so I'm wondering if there's another way I should solve this in Del
phi 2007.

Thanks

David

Replies