Data.Bind.ObjectScope.TBindSourceAdapter.GetEmpty
[–] 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.