[Overview][Types][Classes][Index] Reference for unit 'ObjectLists' (#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.0 Generated 2025-05-03 Home