FMX.Types.CollectLangStart
Delphi
procedure CollectLangStart;
C++
extern DELPHI_PACKAGE void __fastcall CollectLangStart(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Starts collecting strings that can be translated.
CollectLangStart initializes the string collection, which is case-sensitive.
To get the string collection, use CollectLangStrings.
To stop collecting strings that can be translated, call CollectLangFinish.