RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNavDataLink.EditingChanged Method

Informs TDBNavigator of changes to the editing state of the DataSource.

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

Applications should not call the EditingChanged procedure directly. Changes to the editing state of the DataSource trigger this procedure, which in turn causes the navigator to enable or disable editing buttons as appropriate. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!