[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the Edit in the control is double clicked.
Source position: editbtn.pas line 598
protected procedure TDateEdit.EditDblClick; override; |
EditDblClick is an overridden procedure in TDateEdit. It calls the inherited method, and checks to ensure that the control is not marked as ReadOnly before calling the ButtonClick method.
|
Indicates if the value for the control can be changed. |
|
|
Implements the handler executed when the Button for the control is clicked. |
|
|
Signals the OnDblClick event handler (when assigned). |