[Overview][Classes][Procedures and functions][Index] Reference for unit 'DBExtCtrls' (#lcl)

TDBDateEdit.Field

TField class which reads and writes data for the control.

Declaration

Source position: dbextctrls.pp line 60

public property TDBDateEdit.Field : TField
  read GetField;

Description

Field is a read-only TField property which reads and writes data for the control in its dataset. Field is a convenience method which returns the TField instance from the DataLink for the control. GetField is the read access specifier for the property.

The value in Field cannot be assigned directly; use DataField to specify the field name for the editing control. Use DataSource to set the dataset used for data in the control.

See also

TDBDateEdit.DataField

  

Name of the field in the dataset.

TDBDateEdit.DataSource

  

Provides access to the dataset used for the editing control.

TFieldDataLink

  

Maintains an association between a control, an action, and a field in a linked dataset.

TField


Version 4.0 Generated 2025-05-03 Home