FMX.Types.CollectLangStart
From RAD Studio API Documentation
Revision as of 03:55, 5 January 2012 by Denisa.ilascu (Talk | contribs)
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.