(SST) ShlWAPIFunctionInfo Version 1.0

Developer Reference
TSSTAdvancedListView.SelectAll Method
Sets the inherited Selected property of all TListItems in a TSSTAdvancedListView to True.
Scope
Public (i.e. this method can be referenced from any code, including that in other units, with access to the TSSTAdvancedListView object of interest).
Syntax
Procedure SelectAll();  
Parameters
None  
Return Values
This function does not return a value.
Remarks
The function only alters the Selected property of all TListItems in the TListView, if the TCustomListView.MultiSelect property is True. Otherwise, it sets only the Selected property of the first item (Items[0]) to True.
If TCustomListView.MultiSelect property is True, the function iterates through all items in the TListView, explicitly setting the Selected property of each item to True.
Requirements
Unit (Declared and implemented in) SSTNewUnit.pas
Library SSTNewUnit.dcu/SSTNewUnit.obj
Unicode Implemented as ANSI version only.
See Also
TSSTAdvancedListView, Methods, DeSelectAll, CheckSelected, UnCheckSelected.
 
Windows APIs:  


Document/Contents version 1.00
Page/URI last updated on April 28, 2022
 
Copyright © Stoelzel Software Technologie (SST) 2010 - 2017
Suggestions and comments mail to:
webmaster@stoelzelsoftwaretech.com