RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EReconcileError.Context Property

Contains context information from the error stack.

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

Context contains any additional information returned with the error message. If no additional context information is available, Context is nil (Delphi) or NULL (C++). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!