Data.DB.TObjectField.FieldCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FieldCount: Integer read GetFieldCount;

C++

__property int FieldCount = {read=GetFieldCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TObjectField

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