Unit SLKExport
Description
SLKExport is non visual component which provides functionality for exporting of database data to SLK file, which can be opened with MS Excel; it can easily export data from any dataset or DBGrid.
Updated version compatible with Delphi2010+. Splash screen in demo version.
Overview
Classes, Interfaces, Objects and Records
Class TSLKExport |
non visual component which provides functionality for exporting of database data to SLK file |
Types
Description
Types
slkCellFormat = (...); |
list of cell format types
Values
-
cfBold:
-
cfItalic:
-
cfUnderline:
|
TOnExport = procedure(Sender: TObject; MaxX, MaxY: integer) of object; |
event is called before and after export, application can export own non database data
|
Author
Created
Dec 2005
Last Modified
Sep 2015
Generated by PasDoc 0.13.0 on 2016-10-19 12:19:01
|