Unit 'MUIClass.Gadget' Package
[Overview][Classes][Index] [#MUIClass]

TMUIGadget

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

This is the base class for intuition gadgets in MUI windows.

Declaration

Source position: MUIClass.Gadget.pas line 11

type TMUIGadget = class(TMUIArea)

protected

  procedure GetCreateTags(); override;

  

Fill TagList for MUI item creation

public

  constructor Create; override;

  

Create a Gadget Object, no need to instance this class itself

  procedure CreateObject; override;

  

Create the MUI item

  property Gadget: PGadget; [r]

  

Subclasses may obtain a pointer to the intuition gadget here.

end;

Inheritance

TMUIGadget

  

This is the base class for intuition gadgets in MUI windows.

|

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

This class is only a base class, use the subclasses to use it.


Documentation generated on: 2024-03-18