Data.DB.TFields.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

Properties

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

Description

Indicates the number of fields in the fields object.

Use Count to determine the number of fields referenced by the TFields object.

See Also