comlibrary_tlb.pas

来自「Delphi高级开发指南是开发程序的好帮手」· PAS 代码 · 共 23 行

PAS
23
字号
unit comlibrary_TLB;

{ This file contains pascal declarations imported from a type library.
  This file will be written during each import or refresh of the type
  library editor.  Changes to this file will be discarded during the
  refresh process. }

{ comlibrary Library }
{ Version 1.0 }

interface

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

const
  LIBID_comlibrary: TGUID = '{3A45B324-3B94-11D1-854F-444553540000}';



implementation


end.

⌨️ 快捷键说明

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