[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Pop up any kinds of standard system asl requesters.
Source position: MUIClass.PopString.pas line 108
type TMUIPopASL = class(TMUIPopObject) |
||
protected |
||
procedure GetCreateTags(); override; |
|
Fill TagList for MUI item creation |
public |
||
constructor Create; override; |
|
Create PopASL object |
procedure CreateObject; override; |
|
Create MUI item |
property Active: Boolean; [r] |
|
Is the ASL request currently active. |
published |
||
property ASLType: LongWord; [rw] |
|
Type of asl requester |
end; |
|
Pop up any kinds of standard system asl requesters. |
|
| | ||
|
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 |
A seperate task is spawned to handle these requesters, the application continues to run.
Using an asl popup class, you don't need to worry about handling asl requesters. MUI will automatically open one when the popup button is pressed and update the corresponding string gadget when the user terminates the requester. From the programmers point of view, all you have to do is to handle the string gadgets contents.