[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The name of the field, as a string (i.e. cannot be referred to as an Index).
Source position: dbctrls.pp line 310
published property TDBText.DataField : string |
DataField is a String property which contains the field name in the linked dataset with the value displayed in the control. Read and write access for the property value is redirected to the FieldName property in the internal TFieldDataLink instance used in the control.
Use DataSource to specify the datasource with the linked dataset for the control. Use Field to access the definition and metadata for the field in the linked dataset.
|
FieldName - the name of the attached field, stored as a string. |
|
|
Provides access to the content displayed in the control. |
|
|
Provides access to the field definition for the data-aware control. |
Version 4.0 | Generated 2025-05-03 | Home |