[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Create an empty Rectangle object
Source position: MUIClass.Area.pas line 179
type TMUIRectangle = class(TMUIArea) |
||
protected |
||
procedure GetCreateTags(); override; |
|
Form the TagList for creation of a rectangle item |
public |
||
constructor Create; override; |
|
Create the object and init the default values |
procedure CreateObject; override; |
|
Create the MUI Item |
published |
||
property BarTitle: string; [rw] |
|
[i] Text inside a horizontal bar |
property HBar: Boolean; [rw] |
|
[i] Draws a horizontal bar in the middle of the rectangle |
property VBar: Boolean; [rw] |
|
[i] Draws a vertical bar in the middle of the rectangle |
end; |
|
Create an empty Rectangle 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 |
Rectangle class seems kind of useless since it doesn't define any attributes or methods itself. However, objects of this type are frequently used in every application. They allow insertion of space to control MUI's layout process.