System.Win.ComObj.TComObjectFactory.ErrorIID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ErrorIID: TGUID read FErrorIID write FErrorIID;

C++

__property GUID ErrorIID = {read=FErrorIID, write=FErrorIID};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TComObjectFactory

Description

Indicates the interface of the CoClass in which an error occurred.

Use ErrorIID to determine the interface in which an error occurred. For most CoClasses, this is the primary interface for that CoClass, as indicated in the type library.

See Also