Data.DB.TObjectField.FieldCount
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TObjectField |
Delphi
property FieldCount: Integer read GetFieldCount;
C++
__property int FieldCount = {read=GetFieldCount, nodefault};
Description
Indicates the number of child fields that comprise the object field.
Examine FieldCount to determine the number of child fields associated with the object field. This is the number of fields managed by the Fields property.