Vcl.Controls.TCustomListControl.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer; virtual; abstract;

C++

virtual int __fastcall GetCount() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomListControl

Description

Returns the number of items in the list.

Call GetCount to determine the number of items in the list control.