Data.DB.TFields.Count
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TFields |
Delphi
property Count: Integer read GetCount;
C++
__property int Count = {read=GetCount, nodefault};
Description
Indicates the number of fields in the fields object.
Use Count to determine the number of fields referenced by the TFields object.