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

TCustomProgressBar.Min

Specifies the minimum value for the Position in the progress bar.

Declaration

Source position: comctrls.pp line 1847

public property TCustomProgressBar.Min : Integer
  read GetMin
  write SetMin
  default 0;

Description

Min is an Integer property which specifies the minimum value allowed in the Position property. The default value for the property is 0.

Set values for the Min and Max properties as needed to represent the task or operation. Or, use the SetParams method to set both Min and Max values at the same time.

Changing the value for the property causes the ApplyChanges method to be called.

See also

TCustomProgressBar.Max

  

Specifies the maximum value for the Position in the progress bar.

TCustomProgressBar.Position

  

The current position for the progress bar.

TCustomProgressBar.ApplyChanges

  

ApplyChanges - apply any changes that have occurred.


Version 4.0 Generated 2025-05-03 Home