RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EOleException.Source Property

Designates the application program in which the exception occurred.

Pascal
property Source: string;
C++
__property AnsiString Source;

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!