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;

Variants

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!