API: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 strings in the list.

Data.DB.TFlatList.GetCount inherits from System.Classes.TStringList.GetCount. All content below this line refers to System.Classes.TStringList.GetCount.

Returns the number of strings in the list.

The GetCount method is used to return the number of strings that have been added to the list.

See Also