TdxSpreadSheetReportDataController.Fields Property
In This Article
#Declaration
Delphi
property Fields[AIndex: Integer]: TdxSpreadSheetReportDesignerDataField read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
This property returns a dataset field whose index is passed as the AIndex property. To identify the total number of stored dataset fields, use the FieldCount property.
See Also