RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDBGrid.EditButtonClick Method

Generates an OnEditButtonClick event.

Pascal
procedure EditButtonClick; dynamic;
C++
__fastcall EditButtonClick();

Applications cannot call EditButtonClick directly. It is exposed as a protected method so that descendants can call the OnEditButtonClick event handler or override the method to block the event. 

 

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