TcxCustomControlController.SetScrollBarInfo(TScrollBarKind,Integer,Integer,Integer,Integer,Integer,Boolean,Boolean) Method
Declaration
procedure SetScrollBarInfo(AScrollBarKind: TScrollBarKind; AMin: Integer; AMax: Integer; AStep: Integer; APage: Integer; APos: Integer; AAllowShow: Boolean; AAllowHide: Boolean);
Parameters
Name | Type |
---|---|
AScrollBarKind | TScrollBarKind |
AMin | Integer |
AMax | Integer |
AStep | Integer |
APage | Integer |
APos | Integer |
AAllowShow | Boolean |
AAllowHide | Boolean |
See Also