JVCL Help:FixedDefaultEditPopUseResourceString

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Changes how popup menu text is retrieved.

run\JvFixedEditPopUp.pas


Pascal

 run\JvFixedEditPopUp.pas
 procedureFixedDefaultEditPopUseResourceString(Value: Boolean);


Parameters

Parameters Description
Value: Boolean Pass false to use Windows' own menu strings, pass true to use the resourcestrings defined in the unit.

run\JvFixedEditPopUp.pas


Description

Call FixedDefaultEditPopUseResourceString to change the way the texts on the popup menu items are retrieved. By default, texts for the popup menu is retrieved directly from Windows' and thus is in the same language as the installed Windows language. If you for some reason prefer using resourcestrings (can be translated using the ITE), call this function with Value set to true. To switch back to using Windows' own strings again, set Value to false.

run\JvFixedEditPopUp.pas


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