RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TObject::GetInterfaceTable Method

Returns a pointer to a structure containing all of the interfaces implemented by a given class.

Pascal
class function GetInterfaceTable: PInterfaceTable;
C++
PInterfaceTable GetInterfaceTable();

System::TObject::GetInterfaceTable returns the interface entries for the class. This list contains only interfaces implemented by this class, not its ancestors. To find the ancestor list, iteratively call System::TObject::ClassParent and then call System::TObject::GetInterfaceTable on the value it returns. To find the entry for a specific interface, use the System::TObject::GetInterfaceEntry method instead. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!