JVCL Help:TJvCaptionButton.Toggle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCaptionButton.Toggle Property
[+] TJvCaptionButton Methods
[+] TJvCaptionButton Properties
Search in JVCL Help
Search in all projectsSummary
Determines if the button is a push button or a switch.
Pascal
propertyToggle: Boolean;
Description
Toggle determines if the button functions as a normal push button or as a switch.
If Toggle is set to true, Down will toggle between true and false every time the user clicks the button.
If Toggle is set to false, Down will be set to true when the left mouse button is pressed and set to false when the mouse button is released.
See Also
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