[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBCtrls' (#lcl)

TFieldDataLink.EditingChanged

EditingChanged - method for processing changes in the Editing property.

Declaration

Source position: dbctrls.pp line 70

protected procedure TFieldDataLink.EditingChanged; override;

Description

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.

See also

TFieldDataLink.Editing

  

True if the linked field is being edited.

TFieldDataLink.Field

  

The Field to which the datalink is attached.

TFieldDataLink.EditingChanged

  

EditingChanged - method for processing changes in the Editing property.

TFieldDataLink.OnEditingChange

  

OnEditingChange - event handler for a changed in the Editing property.


Version 4.0 Generated 2025-05-03 Home