StdCtrls.TScrollBar.Min

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From StdCtrls.pas

	property Min: Integer read FMin write SetMin;


Unit: StdCtrls

Type: property

Visibility: published

Member Of: TScrollBar

C++ Information

From StdCtrls.hpp

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


Unit: StdCtrls

Type: property

Visibility: public

Member Of: TScrollBar

Description

Specifies the minimum position represented by the scroll bar.


Set Min to the minimum value the Position property can take. The Min and Max properties define the total range over which Position can vary.

See Also

Code Samples


Personal tools
Translations
Newest Version