RAD Studio VCL Reference
|
Enforces the CanModify property when the field binding changes.
procedure EditingChanged; override;
virtual __fastcall EditingChanged();
Changing the field binding can change the validity of the CanModify property, since individual field components can disallow edits. If TFieldDataLink is in an editing state when the Field property is changed, EditingChanged checks the CanModify property. If CanModify is false, it changes back out of the editing state.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|