JCL Help:TJclLocaleInfo.CharInfo

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieves character typed locale information.


Pascal

 public property CharInfo [InfoType: Integer]: Char;


Description

The CharInfo property lets you read character typed locale information directly. The InfoType is an Integer which specifies the locale information type which you want to retrieve. You can specify any LOCALE_* information types as documented in the Platform SDK documentation on GetLocaleInfo. Note that if the locale information type requested is string based, only the first character of the string is returned. This property should only be used for those information types that are not directly supported by this class through its properties.


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