JCL Help:TJclLocalesList.ItemFromLangID

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the TJclLocaleInfo object given a language identifier.


Pascal

 public property ItemFromLangID [LangID: LANGID]: TJclLocaleInfo;


Description

The ItemFromLangID provides the same list of locale information objects as the Items property does except that it allows indexing by language ID instead of a zero based index. This allows you to directly retrieve information about a specific language without having to traverse the entire list. Note that if the list contains no information for the specified language, the property returns nil.


About

Donator

Petr Vones


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page