RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System::TInterfaceTable Record
Pascal
TInterfaceTable = packed record
  EntryCount: Integer;
  Entries: array[0..9999] of TInterfaceEntry;
end;
C++
struct TInterfaceTable {
  Integer EntryCount;
  array[0..9999] of TInterfaceEntry Entries;
};

System.pas

This is record System::TInterfaceTable.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!