FMX.Text

From RAD Studio API Documentation
Jump to: navigation, search

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

Package fmx290.bpl

Classes

IIMEComposingTextDecoration
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
ITextSelection
ITextSpellCheck
ITextSpellCheckActions
TIMETextLineSourceProxy
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
TDeleteOption
TDeleteOptions
TInsertOption
TInsertOptions
TMarkedTextAttribute
TNumValueTypeData type used by the edit boxes that can display only numerical values, such as TNumberBox.
TValidateTextEvent