FMX.Types.CollectLangFinish

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CollectLangFinish;

C++

extern DELPHI_PACKAGE void __fastcall CollectLangFinish(void);

Properties

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

Description

Stops collecting strings that can be translated.

CollectLangFinish frees and nils the collection of strings.

To get the collection of strings, use CollectLangStrings.

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

See Also