RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomMultiSelectListControl.GetSelCount Method

Returns the value of the SelCount property.

Pascal
function GetSelCount: Integer; virtual; abstract;
C++
virtual __fastcall int GetSelCount() = 0;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!