PeterPanettone 157 Posted January 24, 2019 (edited) Hello, when I edit the property of TForm.Caption... in the Object Inspector: ...then this dialog appears: I assume that this is the JEDI StringList property Editor (because of the "J" icon)? Is there an easy way to disable just the Jedi property editors? BTW: A property editors Manager for Object Inspector would be very nice! Edited January 24, 2019 by PeterPanettone Share this post Link to post
PeterBelow 238 Posted January 24, 2019 You have to modify the design-time package that registers the property editor and rebuild it. Or just disable the package if you do not use any of the controls from it. Share this post Link to post
jbg 239 Posted January 24, 2019 (edited) The JVCL Installer has a checkbox to turn the Global Designtime Editors off. It controls the registry key HKEY_CURRENT_USER\Software\CodeGear\BDS\XXXXX.0\Jedi\JVCL\IDE RegisterGlobalDesignEditors: DWORD = 1 Edited January 24, 2019 by jbg Share this post Link to post