Data.Bind.ObjectScope.TBindSourceAdapter.GetEmpty

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindSourceAdapter

Delphi

function GetEmpty: Boolean;

C++

bool __fastcall GetEmpty();

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