Back to Devexpress

TcxControl.SetScrollBarInfo(TScrollBarKind,Integer,Integer,Integer,Integer,Integer,Boolean,Boolean) Method

vcl-cxcontrols-dot-tcxcontrol-dot-setscrollbarinfo-x28-vcl-dot-forms-dot-tscrollbarkind-system-dot-integer-system-dot-integer-system-dot-integer-system-dot-integer-system-dot-integer-system-dot-boolean-system-dot-boolean-x29.md

latest1.2 KB
Original Source

TcxControl.SetScrollBarInfo(TScrollBarKind,Integer,Integer,Integer,Integer,Integer,Boolean,Boolean) Method

Declaration

delphi
procedure SetScrollBarInfo(AScrollBarKind: TScrollBarKind; AMin: Integer; AMax: Integer; AStep: Integer; APage: Integer; APos: Integer; AAllowShow: Boolean; AAllowHide: Boolean);

Parameters

NameType
AScrollBarKindTScrollBarKind
AMinInteger
AMaxInteger
AStepInteger
APageInteger
APosInteger
AAllowShowBoolean
AAllowHideBoolean

See Also

TcxControl Class

TcxControl Members

cxControls Unit