[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Splitter type item to change sizes of to aligned object
Source position: MUIClass.Area.pas line 198
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; |
|
Splitter type item to change sizes of to aligned object |
|
| | ||
|
Super class for every other MUI class except windows and applications |
|
| | ||
|
Subclass of TNotify to introduce the Parent relation |
|
| | ||
|
Notify class is superclass of all other MUI classes. |
|
| | ||
|
Base class for all MUI Class |
|
| | ||
TObject |
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.