Data.Bind.ObjectScope.TBindSourceAdapter.Empty
Delphi
property Empty: Boolean read GetEmpty;
C++
__property bool Empty = {read=GetEmpty, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp | Data.Bind.ObjectScope | TBindSourceAdapter | 
Description
Indicates if there are no data items in the source adapter.
Read Empty to determine if there are no data items in the source adapter. This property uses the getter method GetEmpty, that returns True if there are no data items in the scope adapter or False otherwise.