Performs actions needed when the button for the control is clicked.
Source position: editbtn.pas line 90
protected procedure TCustomEditButton.ButtonClick; virtual; |
The ButtonClick it a virtual method in TCustomEditButton, and the implementation is empty; use a descendent class which re-implements the method with the functionality needed for the control.
CT Web help |
CodeTyphon Studio |