Vcl.StdCtrls.TCustomListBox.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.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomListBox

Description

Returns the number of selected items.

GetSelCount is the protected read implementation of the SelCount property.

See Also