invoker.int

来自「delphi 7开发指南delphi 开发指南」· INT 代码 · 共 27 行

INT
27
字号
{*******************************************************}
{                                                       }
{ Borland Delphi Visual Component Library               }
{       Pascal Invoker Support                          }
{                                                       }
{ Copyright (c) 2001 Borland Software Corporation       }
{                                                       }
{*******************************************************}

unit Invoker;

interface

uses
  SysUtils, Classes, Typinfo, IntfInfo, InvokeRegistry, WSDLIntf;

type

  TInterfaceInvoker = class
  public
    procedure Invoke(const Obj: TObject; IntfMD: TIntfMetaData;
      const MethNum: Integer; const Context: TInvContext);
    constructor Create;
  end;

implementation

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?