Unit 'MUIClass.Area' Package
[Overview][Types][Classes][Procedures and functions][Index] [#MUIClass]

TMUIGauge

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

Progressbar like item

Declaration

Source position: MUIClass.Area.pas line 208

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;

Inheritance

TMUIGauge

  

Progressbar like item

|

TMUIArea

  

Super class for every other MUI class except windows and applications

|

TMUIWithParent

  

Subclass of TNotify to introduce the Parent relation

|

TMUINotify

  

Notify class is superclass of all other MUI classes.

|

TMUIRootClass

  

Base class for all MUI Class

|

TObject

Description

A gauge object is a nice looking display element useful for some kind of progress display.


Documentation generated on: 2022-07-30