Data.DB.TFields.Count

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: 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.

See Also