FMX.Types.CollectLangStrings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CollectLangStrings: TStrings;

C++

extern DELPHI_PACKAGE System::Classes::TStrings* __fastcall CollectLangStrings(void);

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Returns the collection of strings that can be translated.

To start collecting strings that can be translated, call CollectLangStart. To stop collecting strings, call CollectLangFinish.

See Also