HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
Dataset property
Specifies the Dataset wich should be exported to an excel file. Read/write TDataset.
Syntax
property
Dataset: TDataset;
Example
This example sets the dataset property to Table1.
DataToXLS1.Dataset := Table1;