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

TMUIRectangle

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

Create an empty Rectangle object

Declaration

Source position: MUIClass.Area.pas line 176

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;

Inheritance

TMUIRectangle

  

Create an empty Rectangle 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

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.


Documentation generated on: 2024-03-19