FMX.Types.CollectLangStrings
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.