IHYVCLPlugin

Overview

IHYVCLPlugin is the ancestor of all Delphi Hydra plugin interfaces.

Location


 

GetInstanceID

function GetInstanceID: NativeInt

GetObject

Returns a reference to the associated object.

function GetObject: TObject

GetPluginActions

function GetPluginActions: TActionList

Host    (declared in IHYVCLHostAware)

Gets or sets reference to an instance of the host.

property Host: IHYVCLHost read write

HostParameters    (declared in IHYVCLHostAware)

Gets or sets reference to a list of host parameters.

property HostParameters: TStrings read write

InstanceID

Gets the InstanceID to determine the run-time identifier of the plugin instance. Deprecated.

property InstanceID: NativeInt read

PluginActions

Gets reference to the action list associated with the plugin.

property PluginActions: TActionList read

 

Host    (declared in IHYVCLHostAware)

Gets or sets reference to an instance of the host.

property Host: IHYVCLHost read write

HostParameters    (declared in IHYVCLHostAware)

Gets or sets reference to a list of host parameters.

property HostParameters: TStrings read write

InstanceID

Gets the InstanceID to determine the run-time identifier of the plugin instance. Deprecated.

property InstanceID: NativeInt read

PluginActions

Gets reference to the action list associated with the plugin.

property PluginActions: TActionList read

 

GetInstanceID

function GetInstanceID: NativeInt

GetObject

Returns a reference to the associated object.

function GetObject: TObject

GetPluginActions

function GetPluginActions: TActionList