[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Register class is a special class for handling multi page groups.
Source position: MUIClass.Group.pas line 116
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; |
|
Register class is a special class for handling multi page groups. |
|
| | ||
|
Group class is responsible for the complete layout of a MUI window. |
|
| | ||
|
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 |
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.