 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Amuro Guest
|
Posted: Tue Sep 20, 2005 3:06 am Post subject: Get Interface Property List |
|
|
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?
|
|
| Back to top |
|
 |
Riki Wiki Guest
|
Posted: Sat Sep 24, 2005 11:37 pm Post subject: Re: Get Interface Property List |
|
|
On 19 Sep 2005 20:06:42 -0700, Amuro wrote:
| Quote: | 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>
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|