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

TFieldDef.InternalCalcField

Is this a definition of an internally calculated field ?

Declaration

Source position: db.pas line 193

public property TFieldDef.InternalCalcField: Boolean
  read FInternalCalcField
  write FInternalCalcField;

Description

Internalcalc is True if the fielddef instance represents an internally calculated field: for internally calculated fields, storage must be rovided by the underlying data mechanism.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.