Unit 'MUIClass.PopString' Package
[Overview][Types][Classes][Index] [#MUIClass]

TMUIPopASL

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

Pop up any kinds of standard system asl requesters.

Declaration

Source position: MUIClass.PopString.pas line 105

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;

Inheritance

TMUIPopASL

  

Pop up any kinds of standard system asl requesters.

|

TMUIPopObject

  

Popobject class takes a MUI object as parameter uses this one as popup.

|

TMUIPopString

  

Popstring class is the base class for creating so called popup objects.

|

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

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.


Documentation generated on: 2024-04-19