[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Signals the OnEditButtonClick or OnButtonClick event handler (when assigned).
Source position: grids.pas line 1070
protected procedure TCustomGrid.EditButtonClicked( |
Sender: TObject |
); |
Sender |
|
Object for the event notification. |
When Sender is the TButtonCellEditor for the control, the DoEditButtonClick method is called using the Col and Row numbers from the TButtonCellEditor class instance. Otherwise, DoEditButtonClick is called using the values in the Col and Row properties.
Version 4.0 | Generated 2025-05-03 | Home |