RAD Studio VCL Reference
ContentsIndex
TCustomListView Methods Public Methods
Public Methods
 
Name 
Description 
 
Adds an item to the list control. 
 
Sorts the items in the list view. 
 
Arranges icons in a list view that has a ViewStyle of vslcon or vsSmallIcon. 
 
Deletes all of the items from the list control. 
 
Removes the selection, leaving all items unselected. 
 
Copies the selected item or items to another TCustomListControl descendant. 
 
Sorts the items in the list using the specified ordering function. 
 
Deletes all the selected items. 
 
Returns a list view item, if any, with the specified caption. 
 
Returns a list view item, if any, associated with the specified data. 
 
Returns information about the specified point in the list view's client area. 
 
Returns the list item at the specified position. 
 
Returns the list item nearest a specified point, in a particular direction. 
 
Returns the next list item after the StartItem in the specified direction. 
 
Returns the incremental search string of a list view control. 
 
Indicates whether any item in the list view is being edited. 
 
Scrolls the content of a list view by the indicated amount. 
 
Selects all items or all text in the selected item. 
 
Returns the width of a string, using the list view's current font. 
 
Redraws a range of items, starting at FirstIndex and ending at LastIndex. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.