March 2000
Intermediate to advanced
576 pages
18h 13m
English
TInterfaceTable Type
type
TInterfaceTable = packed record
EntryCount: Integer;
Entries: array[0..9999] of TInterfaceEntry;
end;
Every
class that implements one or more interfaces has a table of interface
entries in its RTTI, as represented by a
TInterfaceTable record. See Chapter 3 for more information.
EntryCount is the actual number of interface
entries in the Entries array.
See the TObject type and its
GetInterfaceTable and
GetInterface methods to see how Delphi looks up
interfaces.
| Interface Keyword, PInterfaceTable Type, TInterfaceEntry Type, TObject Type |
Read now
Unlock full access