AspTest_TLB.pas
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:10k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. unit AspTest_TLB;
  2. // ************************************************************************ //
  3. // WARNING                                                                    
  4. // -------                                                                    
  5. // The types declared in this file were generated from data read from a       
  6. // Type Library. If this type library is explicitly or indirectly (via        
  7. // another type library referring to this type library) re-imported, or the   
  8. // 'Refresh' command of the Type Library Editor activated while editing the   
  9. // Type Library, the contents of this file will be regenerated and all        
  10. // manual modifications will be lost.                                         
  11. // ************************************************************************ //
  12. // PASTLWTR : $Revision:   1.81  $
  13. // File generated on 8/3/99 3:36:42 PM from Type Library described below.
  14. // *************************************************************************//
  15. // NOTE:                                                                      
  16. // Items guarded by $IFDEF_LIVE_SERVER_AT_DESIGN_TIME are used by properties  
  17. // which return objects that may need to be explicitly created via a function 
  18. // call prior to any access via the property. These items have been disabled  
  19. // in order to prevent accidental use from within the object inspector. You   
  20. // may enable them by defining LIVE_SERVER_AT_DESIGN_TIME or by selectively   
  21. // removing them from the $IFDEF blocks. However, such items must still be    
  22. // programmatically created via a method of the appropriate CoClass before    
  23. // they can be used.                                                          
  24. // ************************************************************************ //
  25. // Type Lib: C:md5codePart520AspTestAspTest.tlb (1)
  26. // IIDLCID: {1F70FA60-499C-11D3-B9F1-00000100A27B}
  27. // Helpfile: 
  28. // DepndLst: 
  29. //   (1) v2.0 stdole, (C:WINDOWSSYSTEMSTDOLE2.TLB)
  30. //   (2) v4.0 StdVCL, (C:WINDOWSSYSTEMSTDVCL40.DLL)
  31. // ************************************************************************ //
  32. {$TYPEDADDRESS OFF} // Unit must be compiled without type-checked pointers. 
  33. interface
  34. uses Windows, ActiveX, Classes, Graphics, OleServer, OleCtrls, StdVCL;
  35. // *********************************************************************//
  36. // GUIDS declared in the TypeLibrary. Following prefixes are used:        
  37. //   Type Libraries     : LIBID_xxxx                                      
  38. //   CoClasses          : CLASS_xxxx                                      
  39. //   DISPInterfaces     : DIID_xxxx                                       
  40. //   Non-DISP interfaces: IID_xxxx                                        
  41. // *********************************************************************//
  42. const
  43.   // TypeLibrary Major and minor versions
  44.   AspTestMajorVersion = 1;
  45.   AspTestMinorVersion = 0;
  46.   LIBID_AspTest: TGUID = '{1F70FA60-499C-11D3-B9F1-00000100A27B}';
  47.   IID_IAspTest1: TGUID = '{1F70FA61-499C-11D3-B9F1-00000100A27B}';
  48.   CLASS_AspTest1_: TGUID = '{1F70FA63-499C-11D3-B9F1-00000100A27B}';
  49. type
  50. // *********************************************************************//
  51. // Forward declaration of types defined in TypeLibrary                    
  52. // *********************************************************************//
  53.   IAspTest1 = interface;
  54.   IAspTest1Disp = dispinterface;
  55. // *********************************************************************//
  56. // Declaration of CoClasses defined in Type Library                       
  57. // (NOTE: Here we map each CoClass to its Default Interface)              
  58. // *********************************************************************//
  59.   AspTest1_ = IAspTest1;
  60. // *********************************************************************//
  61. // Interface: IAspTest1
  62. // Flags:     (4416) Dual OleAutomation Dispatchable
  63. // GUID:      {1F70FA61-499C-11D3-B9F1-00000100A27B}
  64. // *********************************************************************//
  65.   IAspTest1 = interface(IDispatch)
  66.     ['{1F70FA61-499C-11D3-B9F1-00000100A27B}']
  67.     procedure OnStartPage(const AScriptingContext: IUnknown); safecall;
  68.     procedure OnEndPage; safecall;
  69.     procedure ShowData; safecall;
  70.     procedure ShowTable; safecall;
  71.     procedure Hello; safecall;
  72.   end;
  73. // *********************************************************************//
  74. // DispIntf:  IAspTest1Disp
  75. // Flags:     (4416) Dual OleAutomation Dispatchable
  76. // GUID:      {1F70FA61-499C-11D3-B9F1-00000100A27B}
  77. // *********************************************************************//
  78.   IAspTest1Disp = dispinterface
  79.     ['{1F70FA61-499C-11D3-B9F1-00000100A27B}']
  80.     procedure OnStartPage(const AScriptingContext: IUnknown); dispid 1;
  81.     procedure OnEndPage; dispid 2;
  82.     procedure ShowData; dispid 3;
  83.     procedure ShowTable; dispid 4;
  84.     procedure Hello; dispid 5;
  85.   end;
  86. // *********************************************************************//
  87. // The Class CoAspTest1_ provides a Create and CreateRemote method to          
  88. // create instances of the default interface IAspTest1 exposed by              
  89. // the CoClass AspTest1_. The functions are intended to be used by             
  90. // clients wishing to automate the CoClass objects exposed by the         
  91. // server of this typelibrary.                                            
  92. // *********************************************************************//
  93.   CoAspTest1_ = class
  94.     class function Create: IAspTest1;
  95.     class function CreateRemote(const MachineName: string): IAspTest1;
  96.   end;
  97. // *********************************************************************//
  98. // OLE Server Proxy class declaration
  99. // Server Object    : TAspTest1_
  100. // Help String      : asptest Object
  101. // Default Interface: IAspTest1
  102. // Def. Intf. DISP? : No
  103. // Event   Interface: 
  104. // TypeFlags        : (2) CanCreate
  105. // *********************************************************************//
  106. {$IFDEF LIVE_SERVER_AT_DESIGN_TIME}
  107.   TAspTest1_Properties= class;
  108. {$ENDIF}
  109.   TAspTest1_ = class(TOleServer)
  110.   private
  111.     FIntf:        IAspTest1;
  112. {$IFDEF LIVE_SERVER_AT_DESIGN_TIME}
  113.     FProps:       TAspTest1_Properties;
  114.     function      GetServerProperties: TAspTest1_Properties;
  115. {$ENDIF}
  116.     function      GetDefaultInterface: IAspTest1;
  117.   protected
  118.     procedure InitServerData; override;
  119.   public
  120.     constructor Create(AOwner: TComponent); override;
  121.     destructor  Destroy; override;
  122.     procedure Connect; override;
  123.     procedure ConnectTo(svrIntf: IAspTest1);
  124.     procedure Disconnect; override;
  125.     procedure OnStartPage(const AScriptingContext: IUnknown);
  126.     procedure OnEndPage;
  127.     procedure ShowData;
  128.     procedure ShowTable;
  129.     procedure Hello;
  130.     property  DefaultInterface: IAspTest1 read GetDefaultInterface;
  131.   published
  132. {$IFDEF LIVE_SERVER_AT_DESIGN_TIME}
  133.     property Server: TAspTest1_Properties read GetServerProperties;
  134. {$ENDIF}
  135.   end;
  136. {$IFDEF LIVE_SERVER_AT_DESIGN_TIME}
  137. // *********************************************************************//
  138. // OLE Server Properties Proxy Class
  139. // Server Object    : TAspTest1_
  140. // (This object is used by the IDE's Property Inspector to allow editing
  141. //  of the properties of this server)
  142. // *********************************************************************//
  143.  TAspTest1_Properties = class(TPersistent)
  144.   private
  145.     FServer:    TAspTest1_;
  146.     function    GetDefaultInterface: IAspTest1;
  147.     constructor Create(AServer: TAspTest1_);
  148.   protected
  149.   public
  150.     property DefaultInterface: IAspTest1 read GetDefaultInterface;
  151.   published
  152.   end;
  153. {$ENDIF}
  154. procedure Register;
  155. implementation
  156. uses ComObj;
  157. class function CoAspTest1_.Create: IAspTest1;
  158. begin
  159.   Result := CreateComObject(CLASS_AspTest1_) as IAspTest1;
  160. end;
  161. class function CoAspTest1_.CreateRemote(const MachineName: string): IAspTest1;
  162. begin
  163.   Result := CreateRemoteComObject(MachineName, CLASS_AspTest1_) as IAspTest1;
  164. end;
  165. procedure TAspTest1_.InitServerData;
  166. const
  167.   CServerData: TServerData = (
  168.     ClassID:   '{1F70FA63-499C-11D3-B9F1-00000100A27B}';
  169.     IntfIID:   '{1F70FA61-499C-11D3-B9F1-00000100A27B}';
  170.     EventIID:  '';
  171.     LicenseKey: nil;
  172.     Version: 500);
  173. begin
  174.   ServerData := @CServerData;
  175. end;
  176. procedure TAspTest1_.Connect;
  177. var
  178.   punk: IUnknown;
  179. begin
  180.   if FIntf = nil then
  181.   begin
  182.     punk := GetServer;
  183.     Fintf:= punk as IAspTest1;
  184.   end;
  185. end;
  186. procedure TAspTest1_.ConnectTo(svrIntf: IAspTest1);
  187. begin
  188.   Disconnect;
  189.   FIntf := svrIntf;
  190. end;
  191. procedure TAspTest1_.DisConnect;
  192. begin
  193.   if Fintf <> nil then
  194.   begin
  195.     FIntf := nil;
  196.   end;
  197. end;
  198. function TAspTest1_.GetDefaultInterface: IAspTest1;
  199. begin
  200.   if FIntf = nil then
  201.     Connect;
  202.   Assert(FIntf <> nil, 'DefaultInterface is NULL. Component is not connected to Server. You must call ''Connect'' or ''ConnectTo'' before this operation');
  203.   Result := FIntf;
  204. end;
  205. constructor TAspTest1_.Create(AOwner: TComponent);
  206. begin
  207.   inherited Create(AOwner);
  208. {$IFDEF LIVE_SERVER_AT_DESIGN_TIME}
  209.   FProps := TAspTest1_Properties.Create(Self);
  210. {$ENDIF}
  211. end;
  212. destructor TAspTest1_.Destroy;
  213. begin
  214. {$IFDEF LIVE_SERVER_AT_DESIGN_TIME}
  215.   FProps.Free;
  216. {$ENDIF}
  217.   inherited Destroy;
  218. end;
  219. {$IFDEF LIVE_SERVER_AT_DESIGN_TIME}
  220. function TAspTest1_.GetServerProperties: TAspTest1_Properties;
  221. begin
  222.   Result := FProps;
  223. end;
  224. {$ENDIF}
  225. procedure TAspTest1_.OnStartPage(const AScriptingContext: IUnknown);
  226. begin
  227.   DefaultInterface.OnStartPage(AScriptingContext);
  228. end;
  229. procedure TAspTest1_.OnEndPage;
  230. begin
  231.   DefaultInterface.OnEndPage;
  232. end;
  233. procedure TAspTest1_.ShowData;
  234. begin
  235.   DefaultInterface.ShowData;
  236. end;
  237. procedure TAspTest1_.ShowTable;
  238. begin
  239.   DefaultInterface.ShowTable;
  240. end;
  241. procedure TAspTest1_.Hello;
  242. begin
  243.   DefaultInterface.Hello;
  244. end;
  245. {$IFDEF LIVE_SERVER_AT_DESIGN_TIME}
  246. constructor TAspTest1_Properties.Create(AServer: TAspTest1_);
  247. begin
  248.   inherited Create;
  249.   FServer := AServer;
  250. end;
  251. function TAspTest1_Properties.GetDefaultInterface: IAspTest1;
  252. begin
  253.   Result := FServer.DefaultInterface;
  254. end;
  255. {$ENDIF}
  256. procedure Register;
  257. begin
  258.   RegisterComponents('Servers',[TAspTest1_]);
  259. end;
  260. end.