Unit QExport

-------------------------------------------------------------------------------------} { An "Export Query" component for Delphi32. } { Copyright 1996, Jean-Fabien Connault. All Rights Reserved. } { This component can be freely used and distributed in commercial and private } { environments, provided this notice is not modified in any way. } { -------------------------------------------------------------------------------------} { Feel free to contact me if you have any questions, comments or suggestions at } { JFConnault@mail.dotcom.fr (Jean-Fabien Connault) } { You can always find the latest version of this component at: } { http://www.worldnet.net/~cycocrew/delphi/ } { -------------------------------------------------------------------------------------} { Date last modified: 03/23/97 } { -------------------------------------------------------------------------------------} { -------------------------------------------------------------------------------------} { TQExport v1.02 } { -------------------------------------------------------------------------------------} { Description: } { A component that allows you to export the result of a Query to a Word } { document or an Excel sheet. } { Properties: } { property FileName: String; } { property Query: TQuery; } { Procedures and functions: } { function ExportWord:boolean; } { function ExportExcel:boolean; } { Needs: } { Excels package version 2.x from Tibor F. Liska (liska@sztaki.hu) } { and Stefan Hoffmeister (Stefan.Hoffmeister@Uni-Passau.de) } { } { See example contained in example.zip file for more details. } { -------------------------------------------------------------------------------------} { Revision History: } { 1.00: + Initial release } { 1.01: + Fixed to use Excels package version 2.x } { 1.02: + Improved speed } { -------------------------------------------------------------------------------------

Classes

TQExport - Delphi 3

Functions

Register -

Types

Constants

Variables


Functions


procedure Register;


Types


Constants


Variables