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

TMUIBalance

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

Splitter type item to change sizes of to aligned object

Declaration

Source position: MUIClass.Area.pas line 195

type TMUIBalance = class(TMUIArea)

protected

  procedure GetCreateTags(); override;

  

Fill Tag list to create a blanace item

public

  constructor Create; override;

  

Create the Balance object

  procedure CreateObject; override;

  

Create the MUI balance Item

published

  property Quiet: Boolean; [rw]

  

[i] Only show Frame when mouse hovers over it

end;

Inheritance

TMUIBalance

  

Splitter type item to change sizes of to aligned object

|

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

The balance class is very simple and has no attributes. Simply insert objects of this class somewhere in your group (only horizontal or vertical groups, nothing 2-dimensional) allows your users to dynamically change the weight of your children.


Documentation generated on: 2024-03-28