Microsoft Excel reporting and 
 data analyzing with practically no coding. 
 .Net, ActiveX, and VCL versions. 
 www.AfalinaSoft.com  

Home    Products    Downloads    Registered users    Support    Prices    Order    Primary Subscription

 

MS Office COM Add-ins. Microsoft Excel reporting 
 and data analyzing


TaxpFactory - Office Add-in Express Reference

<< Previous

Table of contents

Next >>


TaxpFactory

The class factory for TaxpAddIn.

TaxpFactory = class(TAutoObjectFactory)
public
constructor Create(ComServer: TComServerObject;
AutoClass: TAutoClass; const ClassID: TGUID;
ASupportedApp: TaxpOfficeHostApp;
const AAddInName, ADescription: string);
property AddInName: string read FAddInName;
property FilePath: string read FAddInPath;
property SupportedApp: TaxpOfficeHostApp read FSupportedApp;
property RegistryKey: string read GetRegKey;
end;

TaxpFactory is a descendant of TAutoObjectFactory. It implements all the specific subtleties of MS Office COM Add-in registering. When creating your add-ins, you must create an instance of this class and not TAutoObjectFactory. You create the instance by calling the TaxpFactory.Create constructor.

Sample code:

initialization
TaxpFactory.Create(ComServer, TMySecondAddIn,
Class_MySecondAddIn, ohaExcel, 'MySecondAddIn',
'This is my second COM add-in for MS Excel');
end.





<< Previous

Table of contents

Next >>



Developed for

Delphi 5, 6, 7
Excluding Delphi Personal


[ Download it ]

[ Order now ]

Immediate shipment




ADX Toys™

Free sample
add-ins with a complete source code based on Add-in Express.

[  Read more  ]




We are Borland 
 technology partner


Copyright © 1999-2006
All right reserved.
Privacy Policy

Write to WebMaster

Page Top
Add-in Express - COM Add-ins, Smart Tags and RTDS in C#, VB, C++, J#, and Delphi