System.Win.ObjComAuto.TObjectDispatch.Instance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Instance: TObject read FInstance;

C++

__property System::TObject* Instance = {read=FInstance};

Properties

Type Visibility Source Unit Parent
property protected
System.Win.ObjComAuto.pas
System.Win.ObjComAuto.hpp
System.Win.ObjComAuto TObjectDispatch

Description

Represents the Automation server instance.

You can use this property to get the Automation server instance.

See Also