[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Record to store list of interfaces of a class.
Source position: objpash.inc line 133
type tinterfacetable = record |
||
EntryCount: PtrInt; |
|
Number of interfaces. |
Entries: array [0..0] of tinterfaceentry; |
|
Array of tinterfaceentry records. |
end; |
No notes exist for this page yet.