RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataLink.EditingChanged Method

Responds to changes in the editing state of the data source.

Pascal
procedure EditingChanged; virtual;
C++
virtual __fastcall EditingChanged();

The EditingChanged method defined by TDataLink merely provides an interface for a method that can respond to changes in the editing state of the data source. EditingChanged is called immediately after the Editing property has changed its value. Derived objects that do not need to respond to such changes can allow the inherited method to ignore them. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!