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

TMUICycle

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

Cycle class generates the well known combobox gadget.

Declaration

Source position: MUIClass.Group.pas line 210

type TMUICycle = class(TMUIGroup)

protected

  procedure GetCreateTags(); override;

  

Fill TagList for MUI item creation

  procedure AfterCreateObject; override;

  

Connect Event after MUI item Creation

public

  constructor Create; override;

  

Create a Cycle object

  procedure CreateObject; override;

  

Create the MUI item

published

  property Active: Integer; [rw]

  

This attributes defines the number of the active entry in the cycle gadgets.

  property Entries: TStringArray; [rw]

  

[i] Entries shall be displayed in your cycle gadget.

  property OnActiveChange: TNotifyEvent; [rw]

  

Event triggered when Active is changed

end;

Inheritance

TMUICycle

  

Cycle class generates the well known combobox gadget.

|

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-29