System.TInterfaceTable

From RAD Studio API Documentation
Jump to: navigation, search

API:System.TInterfaceTable

Description

TInterfaceTable lists the interfaces that a class supports, and PInterfaceTable points to this list.

PInterfaceTable is a pointer to a TInterfaceTable value. TInterfaceTable contains the fields listed in the following table.



Field Meaning

EntryCount

The number of interface descriptors in the table.

Entries

An array of interface descriptors.



See Also