TcxCustomGridTableViewData.Records Property
In This Article
Specifies a collection of records presented in a ViewData.
#Declaration
Delphi
property Records[Index: Integer]: TcxCustomGridRecord read;
#Property Value
Type |
---|
Tcx |
#Remarks
The Records property supports a collection of records presented by the ViewData object. The number of records is determined by the RecordCount property.
See Also