Unit 'ObjectLists' Package
[Overview][Types][Classes][Index] [#lazutils]

T2Pointer

Record type with pointers to members in the association.

Declaration

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;

Description

T2Pointer is a record type used to maintain an association between the pointers to the members in the record.


Version 4.4 Generated 2025-11-08 Home