[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Long Text output
Source position: MUIClass.List.pas line 135
type TMUIFloatText = class(TMUIList) |
||
protected |
||
procedure GetCreateTags(); override; |
|
Fille TagList for MUI item creation |
public |
||
constructor Create; override; |
|
Create a FloatText object |
procedure CreateObject; override; |
|
Create the MUI item |
published |
||
property Justify: Boolean; [rw] |
|
Decide the Alignment of your Text |
property SkipChars: string; [rw] |
|
Defines an array of characters that shall be skipped when displaying the text. |
property TabSize: Integer; [rw] |
|
Adjust the tab size for a text. |
property Text: string; [rw] |
|
String of characters to be displayed as floattext. |
end; |
|
Long Text output |
|
| | ||
|
List of items drawn as text list |
|
| | ||
|
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 |
Floattext class is a subclass of list class that takes a big text string as input and splits it up into several lines to be dislayed. Formatting capabilities include paragraphs an justified text with word wrap.