IHYCrossPlatformVisualPluginEx

Overview

The IHYCrossPlatformVisualPluginEx interface extends IHYCrossPlatformVisualPlugin interface. This interface is used internally to provide ability to a managed host to notify unmanaged plugin when shortcuts keys is pressed.

There is no need to use this interface directly, since the visual plugin already implements it.

Location


Required Methods


HandleShortCuts  safecall

This method is called, whenever key, that can be used as shortcut, is pressed.

function HandleShortCuts(const aChar: Word): WordBool

Parameters:

  • aChar: Key code.

RemoveFocus  safecall

Removes focus from a plugin control.

procedure RemoveFocus