JVCL Help:TJvCaptionButton.MouseDown

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Called when a mouse button is pressed.


Pascal

 procedureMouseDown(Button: TMouseButton; Shift: TShiftState; X: Integer; Y: Integer); virtual;


Parameters

Parameters Description
Button: TMouseButton The mouse button pressed.
Shift: TShiftState The shift state when the button was pressed.
X: Integer The X position where the button was pressed, relative to upper left corner of the control.
Y: Integer The Y position where the button was pressed, relative to upper left corner of the control.


Description

MouseDown is called when a mouse button is pressed. If an OnMouseDown event handler has been assigned, it will be called.


See Also

TJvCaptionButton.MouseUp, TJvCaptionButton.OnMouseDown


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page