FMX.Types.TCustomTranslateProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TCustomTranslateProc = function(const AText: string): string;

C++

typedef System::UnicodeString __fastcall (*TCustomTranslateProc)(const System::UnicodeString AText);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Beschreibung

Prozeduraler Typ, der einen String (AText) als Parameter übernimmt und einen String-Wert zurückgibt.

Der zurückgegebene String-Wert ist von der Implementierung der Funktion abhängig. TCustomTranslateProc wird intern von der Funktion Translate verwendet.

Siehe auch