Vcl.OleAuto.EOleException.Source

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Source: string read FSource;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.OleAuto.pas
Vcl.OleAuto.hpp
Vcl.OleAuto EOleException

Beschreibung

Gibt das Anwendungsprogramm an, in dem die Exception aufgetreten ist.

Source gibt die Quelle der Exception an. Normalerweise ist diese vom Namen eines Anwendungsprogramms dargestellt.

Siehe auch