Data.DB.TObjectField.FieldCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also