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

TMUIPoplist

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

A Popup that contain just a simple list of predefined gadget contents.

Declaration

Source position: MUIClass.PopString.pas line 91

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;

Inheritance

TMUIPoplist

  

A Popup that contain just a simple list of predefined gadget contents.

|

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


Documentation generated on: 2024-03-28