JVCL Help:TJvCustomInspectorItem.EditMouseUp

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

Search in JVCL Help

 
Search in all projects
 

Summary

OnMouseUp handler for the edit control.


Pascal

 procedureEditMouseUp(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X: Integer; Y: Integer); virtual;


Parameters

Parameters Description
Sender: TObject Reference to the edit control.
Button: TMouseButton The mouse button that is held down.
Shift: TShiftState Indicates the shift state at the time the mouse was moved.
X: Integer X-position of the mouse in the client area of the sender.
Y: Integer Y-position of the mouse in the client area of the sender.


Description

EditMouseUp is the OnMouseUp handler for the edit control. The base implementation does nothing. Descendants can override this method to provide additional functionality.


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