[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return a pointer to the table of implemented interfaces for a class
Source position: objpash.inc line 236
public class function TObject.GetInterfaceTable: pinterfacetable; |
GetInterfaceTable returns a pointer to the internal table of implemented interfaces for a class. The result will always point to a valid address, if the class implements no interfaces the EntryCount field of the interface table will be zero.
|
Return an interface based on its GUID |
|
|
Return the interface table entry by GUID |