[Overview][Constants][Types][Classes][Procedures and functions][Index] |
EditingChanged - method for processing changes in the Editing property.
Source position: dbctrls.pp line 70
protected procedure TFieldDataLink.EditingChanged; override; |
EditingChanged is an overridden method which re-implements the virtual method defined in TDataLink. EditingChanged ensures that the Editing property is updated to reflect actual state for the Field in the linked dataset. If the real editing state does not match the value in the Editing property, internal flags are reset to reflect the new editing state and the OnEditingChange event handler is signalled (when assigned).
EditingChanged is used in the implementation of the LayoutChanged method. It is also called when the value in the FieldName or Active property is changed.
|
True if the linked field is being edited. |
|
|
The Field to which the datalink is attached. |
|
|
EditingChanged - method for processing changes in the Editing property. |
|
|
OnEditingChange - event handler for a changed in the Editing property. |
Version 4.0 | Generated 2025-05-03 | Home |