bin1srv_tlb.pas

来自「《Delphi COM深入编程》原书光盘」· PAS 代码 · 共 45 行

PAS
45
字号
unit Bin1Srv_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 : $Revision:   1.11.1.75  $
// File generated on 4/19/1999 10:50:01 AM from Type Library described below.

// ************************************************************************ //
// Type Lib: B:\Book\samples\Chap03\Bin1Srv\Bin1Srv.tlb
// IID\LCID: {E97BFEF5-F664-11D2-9099-0040F6741DE2}\0
// Helpfile: 
// HelpString: Bin1Srv Library
// Version:    1.0
// ************************************************************************ //

interface

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

// *********************************************************************//
// 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
  LIBID_Bin1Srv: TGUID = '{E97BFEF5-F664-11D2-9099-0040F6741DE2}';

implementation

uses ComObj;

end.

⌨️ 快捷键说明

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