FMX.Text.TTextService.CombinedText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CombinedText: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall CombinedText(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Text.pas
FMX.Text.hpp
FMX.Text TTextService

Description

Inserts the selected text at the specified position in the manipulated text.

CombinedText is implemented by descendants of the TTextService class in order to return the text string obtained by inserting a selected text at the CarretPosition in the manipulated text specified by Text.

The Text property is not affected.

See Also