|
@@ -234,6 +234,7 @@ begin
|
|
VT_SAFEARRAY:Result:='PSafeArray';
|
|
VT_SAFEARRAY:Result:='PSafeArray';
|
|
VT_LPWSTR:Result:='PWideChar';
|
|
VT_LPWSTR:Result:='PWideChar';
|
|
VT_LPSTR:Result:='PChar';
|
|
VT_LPSTR:Result:='PChar';
|
|
|
|
+ VT_DECIMAL:Result:='TDecimal';
|
|
else
|
|
else
|
|
Result := 'Unknown (' + IntToStr(ParamType) + ')';
|
|
Result := 'Unknown (' + IntToStr(ParamType) + ')';
|
|
end;
|
|
end;
|