System.Win.ComObj.EOleException.Source

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Source: string read FSource write FSource;

C++

__property System::UnicodeString Source = {read=FSource, write=FSource};

Properties

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

Description

Designates the application program in which the exception occurred.

Source gives the source of the exception. Usually, this is the name of an application program.