IHYFMXNonVisualPlugin

Overview

IHYFMXNonVisualPlugin is the interface of non-visual Hydra plugins. It is implemented by the THYFMXNonVisualPlugin data module class.

Use non-visual plugins for the encapsulation of processes. IHYFMXNonVisualPlugin has methods that will let the host application Start, Pause, Resume and Stop the process encapsulated by the plugin.

Location


Properties


Host    (declared in IHYFMXHostAware)

The reference to the plugin host interface.

property Host: IHYFMXHost read

Required Methods


Pause

Pauses executing the non-visual plugin.

procedure Pause

Resume

Resumes executing the non-visual plugin.

procedure Resume

Start

Starts executing the non-visual plugin.

procedure Start

Stop

Stops executing the non-visual plugin.

procedure Stop