Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TLookupListRec

Record to store lookup results.

Declaration

Source position: db.pas line 260

type TLookupListRec = record

  Key: Variant;

  

Key value.

  Value: Variant;

  

Lookup value associated to Key.

end;

Description

TLookupListRec is used by lookup fields to store lookup results, if the results should be cached. Its two fields keep the key value and associated lookup value.

See also

TLookupList

  

Class to manage lookup list values.


Documentation generated on: Jul 24 2023