FMX.Edit.TCustomEdit.GetText
Delphi
function GetText: string; virtual;
C++
virtual System::UnicodeString __fastcall GetText(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | FMX.Edit.pas FMX.Edit.hpp | FMX.Edit | TCustomEdit | 
Description
Protected getter implementation for the Text property.