Performs actions needed when the button for the control is clicked.
Source position: editbtn.pas line 85
protected procedure TCustomEditButton.ButtonClick; virtual; |
The implementation for ButtonClick is empty in TCustomEditButton; use a descendent class which implements a specific functionality.