Unit SLKExport
Uses Functions and Procedures Constants Variables
Description
SLKExport unit contains TSLKExport - 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
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
Jan 2021
Generated by PasDoc 0.15.0.
|