RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomButtonControl.Down Property

Tells whether the button is down (selected) or up (unselected).

Pascal
property Down: Boolean;
C++
__property Boolean Down;

Use Down to determine if the button is down or not. This property can also be used to change the state of the button by changing its value. This property works the same as the Down properties in TSpeedButton and TToolButton. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!