JVCL Help:TJvDirectoryEdit.DisplayLocalizedName
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDirectoryEdit.DisplayLocalizedName Property
[+] TJvDirectoryEdit Fields
[+] TJvDirectoryEdit Methods
[+] TJvDirectoryEdit Properties
Search in JVCL Help
Search in all projectsSummary
Indicates whether the localized name should be shown when the control has no focus.
Pascal
propertyDisplayLocalizedName: Boolean;
Description
Set DisplayLocalizedName to true to show the localized name of the directory in then edit control when it has no focus. You can always read LocalizedName to retrieve that localized name.
The localized name of a directory can be different than the actual name of the directory depending on the user interface language on windows Vista systems. For example, LocalizedName will return 'C:Programme' for the directory 'C:Program Files' when the language is German.
See Also
About
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