RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EVariantDispatchError Class

EVariantDispatchError is the exception class for failed dispatch attempts.

Pascal
EVariantDispatchError = class(EVariantError);
C++
class EVariantDispatchError : public EVariantError;

EVariantDispatchError is raised when a variant type is unable to dispatch a method call. Do not directly instantiate EVariantDispatchError. Instead call the RaiseDispError method of TCustomVariant. 

 

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