JVCL Help:FixedDefaultEditPopUseResourceString
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: FixedDefaultEditPopUseResourceString procedure
[+] JvFixedEditPopUp.pas Functions
Search in JVCL Help
Search in all projectsSummary
Changes how popup menu text is retrieved.
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. |
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.
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