JCL Help:TJclLocalesList.ItemFromLocaleID

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the TJclLocaleInfo object given a locale identifier.


Pascal

 public property ItemFromLocaleID [LocaleID: LCID]: TJclLocaleInfo;


Description

The ItemFromLocaleID provides the same list of locale information objects as the Items property does except that it allows indexing by Locale ID instead of a zero based index. This allows you to directly retrieve information about a specific locale without having to traverse the entire list. Note that if the list contains no information for the specified locale, 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