Data.DB.TFlatList.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: TFlatList

Delphi

function GetCount: Integer; override;

C++

virtual int __fastcall GetCount();

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