FMX.Types.TranslateText
Delphi
function TranslateText(const AText: string): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall TranslateText(const System::UnicodeString AText);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Translates a specified string.
AText
specifies the string to be translated.
TranslateText calls Translate, with AText
as parameter.