Data.Bind.ObjectScope.TBindSourceAdapter.GetEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEmpty: Boolean;

C++

bool __fastcall GetEmpty();

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

Getter method for the Empty property.

This method returns True if there are no data items in the source adapter, it returns False otherwise.

Note: GetEmpty uses the GetCount method that must be overridden by descendant classes.

See Also