FMX.Text

From RAD Studio API Documentation
Jump to: navigation, search

Defines the classes, records, and types used for text layout functionality.

Package fmx270.bpl

Classes

ITextActionsITextActions is the interface for objects that operate with text.
ITextInputITextInput is the interface that defines how the object with the text area manages the text.
ITextLinesSource
ITextSpellCheck
ITextSpellCheckActions
TNumValueTypeHelperFor internal use. TNumValueTypeHelper is a record helper that provides fields for a scoped enumeration, the FMX.Text.TNumValueType type.
TTextServiceHandles a set of services available for text controls.
TTextServiceClassTTextServiceClass defines the metaclass for TTextService.
TTextWordWrappingManages the text line counting and line retrieving for a given width in a canvas.

Routines

FilterCharByValueType
FilterTextRemoves from the source string Input all characters that are not in the Filter string.
FindWordBound
GetLexemeBeginReturns the begin index of the word that contains a given index.
GetLexemeEndReturns the end index of the word that contains a given index.
GetNextLexemeBeginReturns the start index of the first word situated after a specified position.
GetPrevLexemeBeginReturns the start index of the word situated before a specified index.
TruncateText
TryTextToValueConverts the text to a numeric value and returns if the operation was successful.

Types

TCaretPosition
TMarkedTextAttribute
TNumValueTypeData type used by the edit boxes that can display only numerical values, such as TNumberBox.
TValidateTextEvent