THYPlugin
Overview
The THYPlugin is a base abstract class for all types of plugins.
Location
- Unit: Hydra.Core.Plugin.pas
- Ancestry: TDataModule | THYPlugin
Properties
CrossPlatformHost protected
Reference to an instance of a cross platform host.
property CrossPlatformHost: IHYCrossPlatformHost read
Class Methods
NewInstance override
Allocates memory for an instance of an object type and returns a pointer to that new instance.
class function NewInstance: TObject