|
|
|||
Home Products Downloads Registered users Support Prices Order Primary Subscription |
|
||
TxlDataSources classUnit: xlReport The TxlDataSources class implements a collection (TCollection descendant) binding a report and datasets. It differs from any VCL collections in a few details - Items and Report properties, and Add method. Its main purpose is to unite all datasets in a list and to show this list in an appropriate property of a report - TxlReport instance. TxlDataSources PropertiesItems public read/writeAccesses a collection item by index.
property Items[Index: integer]: TxlDataSource;
Report public read onlyPoints to the instance of TxlReport that owns the collection.
property Report: TxlReport;
Methods Add publicAdds a new item to the collection.
function Add: TxlDataSource;
TxlDataSources MethodsAdd publicAdds a new item to the collection.
function Add: TxlDataSource;
|
Components
Developed forDelphi 4, 5, 6, 7 Excel version supportedMS Excel 97 (SR2)
[ Download it ] |