FMX.Text
From RAD Studio API Documentation
Defines the classes, records, and types used for text layout functionality.
| Package | fmx270.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.
TNumValueTypeHelper For internal use. TNumValueTypeHelper is a record helper that provides fields for a scoped enumeration, the FMX.Text.TNumValueType type.
TTextService Handles a set of services available for text controls.
TTextWordWrapping Manages the text line counting and line retrieving for a given width in a canvas.
Routines
FilterText Removes from the source string Input all characters that are not in the Filter string.
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.
TryTextToValue Converts the text to a numeric value and returns if the operation was successful.
Types
TNumValueType Data type used by the edit boxes that can display only numerical values, such as TNumberBox.