API:Vcl.ComCtrls.TCustomListView.GetSelCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSelCount: Integer; override;

C++

virtual int __fastcall GetSelCount();

Properties

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

Description

Returns the value of the SelCount property.

Vcl.ComCtrls.TCustomListView.GetSelCount inherits from Vcl.Controls.TCustomMultiSelectListControl.GetSelCount. All content below this line refers to Vcl.Controls.TCustomMultiSelectListControl.GetSelCount.

Returns the value of the SelCount property.

Override GetSelCount to provide the read implementation for the SelCount property. GetSelCount returns the number of items that are currently selected.

See Also