Data.Bind.ObjectScope.TBindSourceAdapter.ItemCount
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindSourceAdapter |
Delphi
property ItemCount: Integer read GetCount;
C++
__property int ItemCount = {read=GetCount, nodefault};
Description
Indicates the number of data items of the source adapter.
Read ItemCount to get the number of items of the source adapter. This property uses GetCount as getter method.
- Note: The GetCount method must be overridden by descendant classes.