[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A Popup that contain just a simple list of predefined gadget contents.
Source position: MUIClass.PopString.pas line 94
type TMUIPoplist = class(TMUIPopObject) |
||
protected |
||
procedure GetCreateTags(); override; |
|
Fill TagList for MUI item creation |
public |
||
constructor Create; override; |
|
Create PopList object |
procedure CreateObject; override; |
|
Create the MUI item |
published |
||
property LArray: TStringArray; [rw] |
|
[i] Array of strings defining the contents of the PopList object. |
end; |
|
A Popup that contain just a simple list of predefined gadget contents. |
|
| | ||
|
Popobject class takes a MUI object as parameter uses this one as popup. |
|
| | ||
|
Popstring class is the base class for creating so called popup objects. |
|
| | ||
|
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 |