TdxSpreadSheetReportDetails.Items Property
In This Article
Provides zero-based indexed access to individual detail dataset links.
#Declaration
Delphi
property Items[AIndex: Integer]: TdxSpreadSheetReportDetail read; write; default;
#Property Value
Type |
---|
Tdx |
#Remarks
The zero-based index of a detail dataset link within the collection is passed as the AIndex parameter. To identify the number of available detail dataset links, use the Count property.
See Also