IHYCrossPlatformActionList

Overview

The IHYCrossPlatformActionList interface defines an action list that can be used in a cross platfrom environment. This interface is used to pass actions between host and plugins. There is no need to use this interface directly instead you can use PluginActions property of the IHYVCLPlugin interface or ActionList to work with the list of actions.

Location


Properties


ActionImages

Returns a hande of image list.

property ActionImages: THandle read

PluginActions

An array of IHYCrossPlatformAction.

property PluginActions: PVarArray read

UseLegacyActions

Defines whether old style of actions will be used (only for legacy application).

property UseLegacyActions: WordBool read

 

  • IHYCrossPlatformActionList Interface