[Overview][Constants][Types][Classes][Procedures and functions][Index] |
True if the linked field is being edited.
Source position: dbctrls.pp line 93
public property TFieldDataLink.Editing : Boolean |
Editing is a read-only Boolean property which indicates if values in the class instance have been updated in its methods. It is used in methods for data-aware controls, and determines whether a control uses the data link to commit or discard value changes in the control.
The value in Editing is updated following changes to the DataSource, FieldName, Field, ReadOnly, or Active properties.
|
FieldName - the name of the attached field, stored as a string. |
|
|
The Field to which the datalink is attached. |
|
|
ActiveChanged - method to process changes in the Active property. |
|
|
EditingChanged - method for processing changes in the Editing property. |
|
Version 4.0 | Generated 2025-05-03 | Home |