Data.DB.TFields.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TFields

Delphi

function GetCount: Integer;

C++

int __fastcall GetCount();

Description

Returns the number of fields in the list.

The GetCount method returns the number of fields in the list. If the sparse fields number is greater than 0, GetCount returns the number of sparse fields.

See Also