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

TMUIRegister

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

Register class is a special class for handling multi page groups.

Declaration

Source position: MUIClass.Group.pas line 113

type TMUIRegister = class(TMUIGroup)

protected

  procedure GetCreateTags(); override;

  

Fill TagList for MUI item creation

public

  constructor Create; override;

  

Create a Register object

  procedure CreateObject; override;

  

Create the MUI item

published

  property Frame: Boolean; [rw]

  

Frame the Register Group

  property Titles: TStringArray; [rw]

  

Array of Strings defining the Names for the Register.

end;

Inheritance

TMUIRegister

  

Register class is a special class for handling multi page groups.

|

TMUIGroup

  

Group class is responsible for the complete layout of a MUI window.

|

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

Using this class, you only have to supply an array of strings, describing the children's titles. How these titles are visualized, either with a cycle gadget of with a register-like group, is the choice of the user.


Documentation generated on: 2022-07-30