[Overview][Classes][Procedures and functions][Index] |
TField class which reads and writes data for the control.
Source position: dbextctrls.pp line 60
public property TDBDateEdit.Field : TField |
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.
|
Name of the field in the dataset. |
|
|
Provides access to the dataset used for the editing control. |
|
|
Maintains an association between a control, an action, and a field in a linked dataset. |
|
Version 4.0 | Generated 2025-05-03 | Home |