RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EAdapterFieldException Class

EAdapterFieldException is an exception class for errors by adapters using fields.

Pascal
EAdapterFieldException = class(EAdapterException);
C++
class EAdapterFieldException : public EAdapterException;

EAdapterFieldException is raised when an adapter encounters an error using a field. 

 

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