Unit 'MUIClass.Area' Package
[Overview][Types][Classes][Procedures and functions][Index] [#MUIClass]

TMUIColorfield

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

Declaration

Source position: MUIClass.Area.pas line 246

type TMUIColorfield = class(TMUIArea)

protected

  procedure GetCreateTags(); override;

  

Fill TagList to create the Colorfield item

public

  constructor Create; override;

  

Create a Colorfield object

  procedure CreateObject; override;

  

Create the MUI item

  property Pen: LongWord; [rw]

  

Use this Pen to show the color

  property RGB: TMUIRGB; [rw]

  

Set or Get Color as three 32bit LongWords

published

  property Blue: LongWord; [rw]

  

Blue color component as 32bit LongWord

  property Red: LongWord; [rw]

  

Red color component as 32bit LongWord

  property Green: LongWord; [rw]

  

Green color component as 32bit LongWord

end;

Inheritance

TMUIColorfield

  

|

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-04-25