TcxCustomGridRecord.IsLast Property
Determines whether the current record is located at the last position within a View.
Declaration
property IsLast: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The IsLast property returns True for the last record displayed within a View. It uses the Index property to retrieve the position of the record within a View. If Index returns a value other than ViewData.RecordCount - 1, False is returned.
See Also