[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Progressbar like item
Source position: MUIClass.Area.pas line 211
type TMUIGauge = class(TMUIArea) |
||
protected |
||
procedure GetCreateTags(); override; |
|
Fill TagList with Tags to create gauge item |
public |
||
constructor Create; override; |
|
Create a Gauge object |
procedure CreateObject; override; |
|
Create the MUI Gauge item |
published |
||
property Current: Integer; [rw] |
|
Set the current level of the gauge |
property Divide: LongWord; [rw] |
|
Divide the Value for display |
property InfoText: string; [rw] |
|
Text in the progressbar |
property Max: Integer; [rw] |
|
Maximum of the Gauge |
property Horiz: Boolean; [rw] |
|
make the Gauge horizontal |
end; |
|
Progressbar like item |
|
| | ||
|
Super class for every other MUI class except windows and applications |
|
| | ||
|
Subclass of TNotify to introduce the Parent relation |
|
| | ||
|
Notify class is superclass of all other MUI classes. |
|
| | ||
|
Base class for all MUI Class |
|
| | ||
TObject |
A gauge object is a nice looking display element useful for some kind of progress display.