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

TMUISlider

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

The slider class generates a gui element that allows a user to adjust a numeric value.

Declaration

Source position: MUIClass.Numeric.pas line 83

type TMUISlider = class(TMUINumeric)

protected

  procedure GetCreateTags(); override;

  

Fill TagList for MUI item creation

public

  constructor Create; override;

  

Create Slider object

  procedure CreateObject; override;

  

Create the MUI item

published

  property Horiz: Boolean; [rw]

  

Specify if you want a horizontal or vertical slider.

  property Quiet: Boolean; [rw]

  

Do not display the current level in a text object.

end;

Inheritance

TMUISlider

  

The slider class generates a gui element that allows a user to adjust a numeric value.

|

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

Description

he programmer has not very much influence on the slider's outfit, there are only very few fields available. Future versions of MUI will probably include some preferences options to allow the user (not the programmer) to configure this outfit.


Documentation generated on: 2022-07-30