|
@@ -3590,7 +3590,7 @@ function Null: Variant; // Null standard constant
|
|
|
|
|
|
procedure VarDispInvokeError;
|
|
procedure VarDispInvokeError;
|
|
begin
|
|
begin
|
|
- raise EVariantDispatchError(SDispatchError);
|
|
|
|
|
|
+ raise EVariantDispatchError.Create(SDispatchError);
|
|
end;
|
|
end;
|
|
|
|
|
|
{ ---------------------------------------------------------------------
|
|
{ ---------------------------------------------------------------------
|