Defines an array of characters that shall be skipped when displaying the text.
Source position: MUIClass.List.pas line 152
published property TMUIFloatText.SkipChars : string |
If you e.g. want to display a fido message and know it has some CTRL-A control characters in it, you could set this attribute to #1 to prevent floattext class from displaying unreadable crap.
|
String of characters to be displayed as floattext. |