[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TProgressBar

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: progressbar.inc line 51

type TProgressBar = class(TCustomProgressBar)

published

  property CanExpandWidth;

  property CanExpandHeight;

  property Enabled;

  property FillColor;

  property Position;

  property Min;

  property Max;

  property ShowPercentage;

end;

Inheritance

TProgressBar

|

TCustomProgressBar

|

TCustomPanel

|

TBinWidget

  

This is a concrete class that implements all the TContainerWidget's abstract methods

|

TContainerWidget

  

TContainerWidget is an abstract class that defines the interface for containing other widgets

|

TWidget

  

The TWidget class is the base class of all user interface objects.

|

TComponent

?

TObject