EVariantDispatchError is the exception class for failed dispatch attempts.
EVariantDispatchError = class(EVariantError);
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!
|