JVCL Help:TJvCaptionButton.Down

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines the state of the button.


Pascal

 propertyDown: Boolean;


Description

Down determines if the button is pressed (true) or not (false). Down is a read only property and can only be controlled through the UI.
If Toggle is set to true, Down will toggle from false to true and vice versa each time it the button is clicked.
If Toggle is set to false, Down will be true when the left mouse button is down and will revert to false when the left mouse button is released.


See Also

TJvCaptionButton.OnClick, TJvCaptionButton.Toggle


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