Tag Archives: JVCL

Recent JVCL changes

By | November 4, 2008

I’ve just removed the JVCL package Jv3rd-R that contained only one file. This file is now part of the JvCore-R package. The updated JVCLInstaller knows about this change and deletes all Jv3rd-R package related files before recompiling the changed packages. The JvgMailSlots unit from the former Globus components is now renamed to JvMailSlots (without the “g”) and… Read More »

Standard Edit Actions and TJvEditor

By | November 2, 2008

Delphi’s standard edit actions (TEditCut, TEditCopy, …) do not work with the TJvEditor/TJvHLEditor because they require the component to be derived from TCustomEdit what TJvEditor isn’t. A better implementation would use an interface that the controls can implement if they want the actions to work for them. And that is exactly what the new JVCL… Read More »