[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomScrollBar.Min

The minimum value for the top or left position depending on orientation.

Declaration

Source position: stdctrls.pp line 108

public property TCustomScrollBar.Min : Integer
  read FMin
  write SetMin
  default 0;

Description

The default value for the property is 0. Changing the value for the property cause SetParams to be called to apply the values in Position, Min, Max, and PageSize to the scrollbar information stored in the widgetset class instance.

See also

TCustomScrollBar.Max

  

The maximum value for the bottom or right position depending on orientation.

TCustomScrollBar.Position

  

The position of the slider in the scrollbar.

TCustomScrollBar.PageSize

  

The size of the slider relative to the total scroll range.

TCustomScrollBar.SetParams

  

Updates the Min and Max values, the size of the page, and the position in the scrollbar.

TScrollInfo

  

The Scrollbar properties parameter record.


Version 4.0 Generated 2025-05-03 Home