Data

Graphics32

TPointerMap.Data

property Data[Item: PItem]: PData; default;

Description

Returns or sets the associated data for an entry Item. If the entry does not exist in the map, an exception of type EListError will be raised.
The data lookup is fast because it uses a hash-like structure internally.