Unit 'MUIClass.Numeric' Package
[Overview][Classes][Index] [#MUIClass]

TMUILevelmeter

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

This is a subclass of numeric class that display a levelmeter.

Declaration

Source position: MUIClass.Numeric.pas line 65

type TMUILevelmeter = class(TMUINumeric)

protected

  procedure GetCreateTags(); override;

  

Fill TagList for MUI item creation

public

  constructor Create; override;

  

Create LevelMeter object

  procedure CreateObject; override;

  

Create the MUI item

published

  property LLabel: string; [rw]

  

Labelstring to be displayed in levelmeter objects. Limited to about six characters.

end;

Inheritance

TMUILevelmeter

  

This is a subclass of numeric class that display a levelmeter.

|

TMUINumeric

  

Numeric class is the base class for everything that deals with the input (and display) of integer numbers.

|

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

See also

Numeric

  

Numeric class is the base class for everything that deals with the input (and display) of integer numbers.


Documentation generated on: 2024-03-29