Data.DB.TFields.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer;

C++

int __fastcall GetCount();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TFields

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