Unit 'MUIClass.List' Package
[Overview][Types][Classes][Index] [#MUIClass]

TMUIFloatText

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

Long Text output

Declaration

Source position: MUIClass.List.pas line 134

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;

Inheritance

TMUIFloatText

  

Long Text output

|

TMUIList

  

List of items drawn as text list

|

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

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.


Documentation generated on: 2024-04-23