Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Get Interface Property List

40 views
Skip to first unread message

Amuro

unread,
Sep 19, 2005, 11:06:42 PM9/19/05
to
if i had an object implements interface, is it possible to get all the
object's property list that includes properties defined in that
interface?
eg:
IMyInterface = interface
function Get_Number: Integer;
procedure Set_Number(Value: Integer);
property Number: Integer read Get_Number write Set_Number
end;

This Number property will become the public section of the object,
right?? I want to use this to enlist all the tag of my XML data binding
if possible.
Anyone can help me out?

Riki Wiki

unread,
Sep 24, 2005, 7:37:15 PM9/24/05
to
On 19 Sep 2005 20:06:42 -0700, Amuro wrote:

> Anyone can help me out?

Hoi Amuro

Take a look here:
<http://tinyurl.com/8m5nw>
which links to
<http://delphi.wikicities.com/wiki/Delphi_Newsgroups>

0 new messages