JVCL Help:TJvColorClickEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvColorClickEvent type
[+] JvColorBox.pas Types
Search in JVCL Help
Search in all projectsSummary
Type of event handlers that respond to color square click events.
Pascal
run\JvColorBox.pas
TJvColorClickEvent = procedure (Sender: TObject; Button: TMouseButton; Shift: TShiftState; Color: TColor) ofobject;
Parameters
Parameters | Description |
Sender | The object whose event handler is called. |
Button | The mouse button that was used to click the color square. |
Shift | Indicates whether the Shift, Alt, or Ctrl keys are combined with the keystroke. |
Color | The Color of the square |
Description
Use TJvColorClickEvent to respond to color square click events.
See Also
TJvColorBox.OnColorClick, TJvColorSquare.OnColorClick
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