RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView Methods

The methods of the TCustomListView class are listed here.

 
Name 
Description 
 
Responds when the action for which this list view is a client changes. 
 
Specifies whether the properties of a list item can be changed. 
 
Specifies whether the text of a list item can be changed by the user. 
 
Generates an OnChange event. 
 
Rescaling event dispatcher 
 
Column click event dispatcher. 
 
Column right-click event dispatcher. 
 
Indicates whether the ViewStyle property is vsReport. 
 
Creates a list item for the collection specified by the Items property. 
 
Creates the TListItems object that implements the Items property. 
 
Initializes the window-creation parameter record. 
 
Creates the window used by the list view. 
 
Custom draw event dispatcher. 
 
Custom draw item event dispatcher. 
 
Custom draw subitem event dispatcher. 
 
Removes an item from the list view and frees the associated memory. 
 
Destroys the window referenced by the list view's window handle. 
 
Drag end event dispatcher. 
 
InfoTip event dispatcher. 
 
Start drag event dispatcher.. 
 
Draw item event dispatcher. 
 
Edit 
Edit event dispatcher. 
 
Returns the action link class that is associated with list view controls. 
 
This is the overview for the GetItemIndex method overload. 
 
Returns the value of the SelCount property. 
 
Generates an OnInsert event. 
 
Determines when custom draw event handlers are called. 
 
Initializes the control after it is loaded from a stream. 
 
Mouse button up event dispatcher. 
 
Responds to notifications that components are about to be created or destroyed. 
 
Customizes a list view item before it is displayed. 
 
Searches for an item in the list view control. 
 
Specifies a range of items that might be fetched. 
 
Specifies items that have changed states. 
 
Sets the value of the ItemIndex property. 
 
Sets the value of the MultiSelect property. 
 
Sets the value of the ViewStyle property. 
 
Individual column update event dispatcher. 
 
General column update event dispatcher. 
 
Updates all items under the specified group. 
 
Updates the items in all groups. 
 
Provides specific message responses for the list view. 
 
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 the number of items in the list. 
 
Returns a drag cursor if a list item is being dragged. 
 
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!