[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Cycle class generates the well known combobox gadget.
Source position: MUIClass.Group.pas line 213
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; |
|
Cycle class generates the well known combobox gadget. |
|
| | ||
|
Group class is responsible for the complete layout of a MUI window. |
|
| | ||
|
Super class for every other MUI class except windows and applications |
|
| | ||
|
Subclass of TNotify to introduce the Parent relation |
|
| | ||
|
Notify class is superclass of all other MUI classes. |
|
| | ||
|
Base class for all MUI Class |
|
| | ||
TObject |