Yes, you can use RTTI to access all published properties do a google search on Delphi RTTI
HTH Neven ----- Original Message ----- From: "Jason Coley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 12, 2004 4:17 PM Subject: [DUG] Enumerate properties and check types Hi there, Is it possible to enumerate all of a objects properties, and also check the type used in each property? I am trying to create a list of properties in an Outlook Contact Item and also determine the type the property uses, i.e. string, integer, float, Boolean. Regards Jason Coley Manawatu Software Solutions email: [EMAIL PROTECTED] web: http://www.software-solutions.co.nz ---------------------------------------------------------------------------- ---- > _______________________________________________ > Delphi mailing list > [EMAIL PROTECTED] > http://ns3.123.co.nz/mailman/listinfo/delphi > _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
