RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.GetSelCount Method

Returns the value of the SelCount property.

Pascal
function GetSelCount: Integer; override;
C++
virtual __fastcall int GetSelCount();

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!