Vcl.Tabs.TScroller.Min

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Min: Longint read FMin write SetMin default 0;

C++

__property int Min = {read=FMin, write=SetMin, default=0};

Properties

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

Description

Specifies the minimum value the Position property can take.

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

See Also