Vcl.Tabs.TScroller.Max

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Max: Longint read FMax write SetMax default 0;

C++

__property int Max = {read=FMax, write=SetMax, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TScroller

Description

Specifies the maximum value the Position property can take.

Use Max to set the upper limit of the scrolling range. The Max and Min properties define the range of values over which the scroller can scroll.

See Also