XLExport unit
to send data to Microsoft Excel97 (or later. Possibly Excel95, but I haven't
tried it). It loads a delimited ASCII file from disk or memory stream and
exports the cells to Excel. Delimiters can be PIPE, SEMICOLON, or TAB. Also
available is XLExport.zip which contains a
standalone executable (70Kb) to load and export an ASCII disk file. It can be
executed from within your application, or directly from the commandline.
TFormattedOutput component This component takes the data from a
TDataSet (TQuery, TTable, or descendents) and formats it into columns for
display or saving as a text file. It was originally created to format the
results of a web-based query as a formatted file for display or
download...easier, smaller and faster than using an HTML table. Demo project
included (The component does not have to be installed to compile or run
the demo).
TAppKiller
component This component terminates an application after a specified
number of minutes of no activity in the application.
TDataSet-to-HTML-Table component This component and the next are not
nearly as useful as they used to be. Delphi has a lot of built-in components
and methods of doing pretty much the same thing. But, if you still use D2, they
might come in handy.
TDataSet-to-CSV
component As above
TDateTime-to-Military-style "Julian Date" functions (and
Vice-Versa) Formats a TDateTime as '[YY]Y]YDDD' i.e. 1999103, 99103, or
9103, or back again.
© 2004 Brute Force Programming
ALL RIGHTS RESERVED
