[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 1041
published property TDBMemo.DataField : string |
DataField is a String property which contains the name of the field in the linked dataset where the value for the control is stored. Read and write access to the property value are redirected to the FieldName property in the TFieldDataLink instance used in the class. Changing the value in DataField causes the value in the Field property to be updated.
Use DataSource to specify the component which provides access to the linked dataset for the control.
|
Provides access to the dataset with content for the control. |
|
|
Provides access to the field definition for the data-aware control. |
|
|
FieldName - the name of the attached field, stored as a string. |
|
Version 4.0 | Generated 2025-05-03 | Home |