FMX.Text.TTextService.GetText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetText: string; virtual;

C++

virtual System::UnicodeString __fastcall GetText();

Properties

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

Description

Getter for the Text property.

GetText is implemented by descendants of TTextService to get the value of the Text property.

See Also