Vcl.OleAuto.EOleException.Source

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Source: string read FSource;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.OleAuto.pas
Vcl.OleAuto.hpp
Vcl.OleAuto 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.

See Also