JVCL Help:TJvColorClickEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type of event handlers that respond to color square click events.

run\JvColorBox.pas


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

run\JvColorBox.pas


Description

Use TJvColorClickEvent to respond to color square click events.

run\JvColorBox.pas


See Also

TJvColorBox.OnColorClick, TJvColorSquare.OnColorClick

run\JvColorBox.pas


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