FMX.Text
Defines the classes, records, and types used for text layout functionality.
Package | fmx280.bpl |
---|
Classes
ITextActions | ITextActions is the interface for objects that operate with text. |
ITextInput | ITextInput is the interface that defines how the object with the text area manages the text. |
ITextLinesSource | |
ITextSpellCheck | |
ITextSpellCheckActions | |
TTextService | Handles a set of services available for text controls. |
TTextServiceClass | TTextServiceClass defines the metaclass for TTextService. |
TTextWordWrapping | Manages the text line counting and line retrieving for a given width in a canvas. |
Routines
FilterCharByValueType | |
FilterText | Removes from the source string Input all characters that are not in the Filter string. |
FindWordBound | |
GetLexemeBegin | Returns the begin index of the word that contains a given index. |
GetLexemeEnd | Returns the end index of the word that contains a given index. |
GetNextLexemeBegin | Returns the start index of the first word situated after a specified position. |
GetPrevLexemeBegin | Returns the start index of the word situated before a specified index. |
TruncateText | |
TryTextToValue | Converts the text to a numeric value and returns if the operation was successful. |
Types
TCaretPosition | |
TMarkedTextAttribute | |
TNumValueType | Data type used by the edit boxes that can display only numerical values, such as TNumberBox. |
TValidateTextEvent |