Documentazione HotXLS

Dataset proprietà

Specifica the Dataset wich should be exported to an excel file. Read/write TDataset

Sintassi

proprietà Dataset: TDataset;

Esempio

This example sets the dataset proprietà to Table1

DataToXLS1.Dataset := Table1;