Data.DB.TFlatList.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer; override;

C++

virtual int __fastcall GetCount();

Properties

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

Description

Returns the number of elements in the list of fields or field definitions.

Call the GetCount method to return the number of items in the TFlatList object.

See Also