RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridDataLink.EditingChanged Method

Informs the TCustomDBGrid of changes in the editing state of the dataset.

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

Applications cannot call the EditingChanged procedure directly. Changes in the Editing property trigger this procedure. EditingChanged allows the TCustomDBGrid to provide visual feedback to the user about the editing state of the dataset. 

 

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