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

TMUIProp

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

The well known proportional gadgets.

Declaration

Source position: MUIClass.Gadget.pas line 76

type TMUIProp = class(TMUIArea)

protected

  procedure GetCreateTags(); override;

  

Fill TagList for MUI item creation

  procedure AfterCreateObject; override;

  

Connect Events after MUI item creation

public

  constructor Create; override;

  

Create a Prop object

  procedure CreateObject; override;

  

Create the MUI item

  procedure Increase();

  

Increase position by the given amount

  procedure Decrease();

  

Decrease position by the given amount

published

  property Entries: Integer; [rw]

  

Total number of entries.

  property First: Integer; [rw]

  

Number of the first entry.

  property Horiz: Boolean; [rw]

  

Vertical or horizontal Gadget.

  property UseWinBorder: Integer; [rw]

  

Do not draw it but use the Window border Scrollbar

  property Visible: Integer; [rw]

  

Number of visible entries.

  property OnFirstChange: TNotifyEvent; [rw]

  

Event triggered if the First Value changed

end;

Inheritance

TMUIProp

  

The well known proportional gadgets.

|

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

It offers the same attributes as a usual boopsi gadget of propgclass. However, MUI's prop gadgets allow using any imagery for the knob and for the background.

See also

TMUIScrollBar

  

Prop Gadget with two buttons to scroll


Documentation generated on: 2024-04-20