TcxCustomGridViewData.IsEmpty Method
Determines whether a data controller provides any rows for a View.
Declaration
function IsEmpty: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
The IsEmpty method returns True, if no data is available for the View. Otherwise – False.
See Also