RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EAdapterException.ID Property

Application error ID.

Pascal
property ID: Integer;
C++
__property int ID;

The ID property returns an application-defined value relating to the error. To specify an ID value, create an EAdapterException object using the CreateID constructor (Delphi) or the constructor syntax that includes an ID as a parameter (C++). For exceptions raised by built-in WebSnap adapters, ID is always 0. 

 

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