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. SLKExport can export data from any field except blob and graphic field.
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
TActionAfter = (...); |
Defines type of action after creating of report
Values
|
slkCellFormat = (...); |
Defines types of cell format
Values
-
cfBold:
-
cfItalic:
-
cfUnderline:
|
TOnExport = procedure(Sender: TObject; MaxX, MaxY: integer) of object; |
Procedure 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-02-19 08:14:11
|