Vcl.StdCtrls.TScrollBar.PageSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PageSize: Integer read FPageSize write SetPageSize;

C++

__property int PageSize = {read=FPageSize, write=SetPageSize, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TScrollBar

Description

Specifies the size of the thumb tab.

PageSize is the size of the thumb tab, measured in the same units as Position, Min, and Max (not pixels).

See Also

Code Examples