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

TFieldKinds

Set of TFieldKind values.

Declaration

Source position: db.pas line 250

type TFieldKinds = set of (

  fkData,

  

Field represents actual data in the underlying data structure.

  fkCalculated,

  

The field is calculated on the fly.

  fkLookup,

  

The field is a lookup field.

  fkInternalCalc

  

Field is calculated but stored in an underlying buffer.

);

Description

TFieldKinds is a set of TFieldKind values. It is used internally by the classes of the DB unit.

See also

TFieldKind

  

Kind of field.


Documentation generated on: Jul 24 2023