Tag Archives: JvEditor

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 »