[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Contains the name of the field with the value for the control.
Source position: dbctrls.pp line 1294
published property TDBCalendar.DataField : string |
DataField is a String property which contains the name for the field in the linked dataset where the value for the control is read and written. Read and write access to the property value are redirected to the FieldName property in the internal TFieldDataLink instance for the control. Changing the value in DataField causes the value in Field to be updated.
Set the value in DataSource to the component which provides access to the dataset for the data-aware control.
|
Provides access to the field definition for the data-aware control. |
|
|
Provides access to the dataset with content for the control. |
|
|
FieldName - the name of the attached field, stored as a string. |
|
|
The Field to which the datalink is attached. |
|
Version 4.0 | Generated 2025-05-03 | Home |