System.Win.ComObj.EOleException.Source

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Source: string read FSource write FSource;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj EOleException

Beschreibung

Bezeichnet das Anwendungsprogramm, in dem die Exception aufgetreten ist.

Source weist auf die Quelle des Fehlers hin. Normalerweise enthält Source den Namen eines Anwendungsprogramms.