⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 client_tlb.pas

📁 Delphi 7组件与分布式应用开发源码,介绍了基础的组件应用实例
💻 PAS
字号:
unit Client_TLB;

// ************************************************************************ //
// WARNING                                                                    
// -------                                                                    
// The types declared in this file were generated from data read from a       
// Type Library. If this type library is explicitly or indirectly (via        
// another type library referring to this type library) re-imported, or the   
// 'Refresh' command of the Type Library Editor activated while editing the   
// Type Library, the contents of this file will be regenerated and all        
// manual modifications will be lost.                                         
// ************************************************************************ //

// PASTLWTR : 1.2
// File generated on 2002-11-19 0:40:01 from Type Library described below.

// ************************************************************************  //
// Type Lib: F:\wyd\work\sample\sample6-4\Client.tlb (1)
// LIBID: {E477D3FC-62DF-4C86-A266-05F5CBE167B7}
// LCID: 0
// Helpfile: 
// HelpString: Client Library
// DepndLst: 
//   (1) v2.0 stdole, (C:\WINNT\System32\stdole2.tlb)
// ************************************************************************ //
{$TYPEDADDRESS OFF} // Unit must be compiled without type-checked pointers. 
{$WARN SYMBOL_PLATFORM OFF}
{$WRITEABLECONST ON}
{$VARPROPSETTER ON}
interface

uses Windows, ActiveX, Classes, Graphics, StdVCL, Variants;
  

// *********************************************************************//
// GUIDS declared in the TypeLibrary. Following prefixes are used:        
//   Type Libraries     : LIBID_xxxx                                      
//   CoClasses          : CLASS_xxxx                                      
//   DISPInterfaces     : DIID_xxxx                                       
//   Non-DISP interfaces: IID_xxxx                                        
// *********************************************************************//
const
  // TypeLibrary Major and minor versions
  ClientMajorVersion = 1;
  ClientMinorVersion = 0;

  LIBID_Client: TGUID = '{E477D3FC-62DF-4C86-A266-05F5CBE167B7}';

  IID_Interface1: TGUID = '{E4DCC2C9-7432-4589-8635-2598937E7D7E}';
type

// *********************************************************************//
// Forward declaration of types defined in TypeLibrary                    
// *********************************************************************//
  Interface1 = interface;
  Interface1Disp = dispinterface;

// *********************************************************************//
// Interface: Interface1
// Flags:     (4416) Dual OleAutomation Dispatchable
// GUID:      {E4DCC2C9-7432-4589-8635-2598937E7D7E}
// *********************************************************************//
  Interface1 = interface(IDispatch)
    ['{E4DCC2C9-7432-4589-8635-2598937E7D7E}']
    procedure Method1; safecall;
  end;

// *********************************************************************//
// DispIntf:  Interface1Disp
// Flags:     (4416) Dual OleAutomation Dispatchable
// GUID:      {E4DCC2C9-7432-4589-8635-2598937E7D7E}
// *********************************************************************//
  Interface1Disp = dispinterface
    ['{E4DCC2C9-7432-4589-8635-2598937E7D7E}']
    procedure Method1; dispid 201;
  end;

implementation

uses ComObj;

end.

⌨️ 快捷键说明

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