[Overview][Types][Classes][Procedures and functions] Reference for unit 'contnrs' (#fcl)

THTNode.Data

Data associated with this hash value.

Declaration

Source position: contnrs.pp line 201

public property THTNode.Data: pointer
  read FData
  write FData;

Description

Datais the (optional) data associated with this hash value. It will be set by the TFPHashTable.Addmethod.

See also

TFPHashTable.Add

  

Add a new key and its associated data to the hash.