Vcl.ComCtrls.TPageScroller.GetButtonState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetButtonState(Button: TPageScrollerButton): TPageScrollerButtonState;

C++

TPageScrollerButtonState __fastcall GetButtonState(TPageScrollerButton Button);

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TPageScroller

Description

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

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.