GLanguages Variable
Definition
Contains the list of languages available in the program.
Delphi
var GLanguages: TStringDynArray
Value
TStringDynArray
Remarks
By default it's filled by CLanguages but you can give an other value by code in your program. It's used in the SelectLanguage screen called by Tools/Languages default action. If you don't use default language selection, you can ignore this variable.