[Overview][Types][Classes][Index] |
Record type with pointers to members in the association.
Source position: objectlists.pas line 44
type T2Pointer = record |
||
Item: Pointer; |
|
Pointer to the item for the association. |
Associated: Pointer; |
|
Pointer to the associated item in the record. |
end; |
T2Pointer is a record type used to maintain an association between the pointers to the members in the record.
Version 4.0 | Generated 2025-05-03 | Home |