[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: progressbar.inc line 27
type TCustomProgressBar = class(TCustomPanel) |
protected |
procedure Paint(); override; |
property Position: Integer; [rw] |
property Min: Integer; [rw] |
property Max: Integer; [rw] |
property ShowPercentage: Boolean; [rw] |
public |
constructor Create(); overload; |
end; |
| | ||
| | ||
|
This is a concrete class that implements all the TContainerWidget's abstract methods |
|
| | ||
|
TContainerWidget is an abstract class that defines the interface for containing other widgets |
|
| | ||
|
The TWidget class is the base class of all user interface objects. |
|
| | ||
TComponent |
||
? | ||
TObject |