FMX.Types.TCustomTranslateProc

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public FMX.Types.hpp FMX.Types FMX.Types

Description

Procedural type that takes a string (AText) as a parameter and returns a string value.

The string value returned depends on the implementation of the function. TCustomTranslateProc is internally used by the Translate function.

See Also