RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageScroller.GetButtonState Method

Returns the state of one of the page scroller's buttons.

Pascal
function GetButtonState(Button: TPageScrollerButton): TPageScrollerButtonState;
C++
__fastcall TPageScrollerButtonState GetButtonState(TPageScrollerButton Button);

Call GetButtonState to get the state of one of the page scroller's buttons. 

Button is the button for which to get the state information. 

GetButtonState returns the button's state. 

 

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