System.Win.Mtsobj.TMtsAutoObject.ObjectContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ObjectContext: IObjectContext read FObjectContext;

C++

__property _di_IObjectContext ObjectContext = {read=FObjectContext};

Properties

Type Visibility Source Unit Parent
property protected
System.Win.Mtsobj.pas
System.Win.Mtsobj.hpp
System.Win.Mtsobj TMtsAutoObject

Description

Read-only property that specifies the object context.

The ObjectContext read-only property specifies the object context for the TMtsAutoObject.

See Also