GxImage: DblClick

DblClick

Occurs when the user presses and releases a mouse button and then presses and releases it again over an object.



 Event DblClick ( )

Languages

[Visual Basic] Event DblClick()

[Delphi] procedure DblClick(Sender: TObject);

[C++] void OnDblClick();

Remarks

[Delphi] The Sender parameter indicates which component received the event and therefore called the handler.

See Also

Class GxImage Overview GxImage Properties GxImage Methods CreateImage DrawLine