RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBGrid.OnEditButtonClick Event

Occurs when the user presses the ellipsis button in a grid column.

Pascal
property OnEditButtonClick: TNotifyEvent;
C++
__property TNotifyEvent OnEditButtonClick;

Write an OnEditButtonClick event handler to bring up an appropriate list or dialog when the user presses the ellipsis button in a grid cell. The OnEditButtonClick event handler can set the value of the field based on the user response to the list or dialog. Use the SelectedField property to access the TField component whose value should be set. 

 

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