THYGetAutomationObjectFlags
Overview
The THYGetAutomationObjectFlags enum represents a set of flags which describes an action that was requested by a Silverlight plugin.
Location
- Unit: Hydra.Core.BaseModuleManager.pas
Value | Description |
---|---|
aoCreate | AutomationFactory.CreateObject was called. Plugin expects a new instance of the object. |
aoGet | AutomationFactory.GetObject was called. Plugin expects an existing instance of the object. |