FMX.Types.TCustomTranslateProc
Delphi
TCustomTranslateProc = function(const AText: string): string;
C++
typedef System::UnicodeString __fastcall (*TCustomTranslateProc)(const System::UnicodeString AText);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
type typedef |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Type procédural qui prend une chaîne (AText) en tant que paramètre et renvoie une valeur chaîne.
La valeur chaîne renvoyée dépend de l'implémentation de la fonction. TCustomTranslateProc est utilisé en interne par la fonction Translate.