소스 검색

Update isxfunc.xml

jogo- 11 년 전
부모
커밋
aa273c0c52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ishelp/isxfunc.xml

+ 1 - 1
ishelp/isxfunc.xml

@@ -2343,7 +2343,7 @@ end;</pre></example>
       </function>
       <function>
         <name>IDispatchInvoke</name>
-        <prototype>function IDispatchInvoke(Self: IDispatch; PropertySet: Boolean; const Name: String; Par: array of variant): variant;</prototype>
+        <prototype>function IDispatchInvoke(Self: IDispatch; PropertySet: Boolean; const Name: String; Par: array of Variant): Variant;</prototype>
         <description><p>Use <tt>IDispatchInvoke</tt> to access a COM Automation property or method whose name is a reserved word.</p></description>
         <example><pre>var
   AObject: Variant;