JCL Help:TJclLocalesList.ItemFromLangIDPrimary

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the TJclLocaleInfo object given a primary language ID.


Pascal

 public property ItemFromLangIDPrimary [LangIDPrimary: Word]: TJclLocaleInfo;


Description

The ItemFromLangIDPrimary provides the same list of locale information objects as the Items property does except that it allows indexing by primary 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