Event DSPreviewProps.TVLDSBasicVideoPreview.OnMouseUp
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLDSBasicVideoPreview
Contents |
Syntax
Delphi:
property OnMouseUp : TMouseEvent read FOnMouseUp write FOnMouseUp;
C++ Builder:
__property TMouseEvent OnMouseUp = { read=FOnMouseUp, write=FOnMouseUp };
Summary
Occurs when the user releases a mouse button that was pressed with the mouse pointer over a component.
Description
Use an OnMouseUp event handler to implement special
processing when the user releases a mouse button.
The OnMouseUp event handler can respond to left, right, or center mouse button presses and shift key plus mouse-button combinations. Shift keys are the Shift, Ctrl, and Alt keys. X and Y are the pixel coordinates of the mouse pointer in the client area of the Sender.