FMX.Types.TCustomTranslateProc

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
typedef public 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.

Voir aussi