Vcl.ComCtrls.TListItems.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer;

C++

int __fastcall GetCount(void);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItems

Description

Returns the value of the Count property.

GetCount is the getter method for the Count property. It fetches the number of items from the list view.

See Also