RAD Studio VCL Reference
ContentsIndex
TCustomListBox Methods Protected Methods
Protected Methods
 
Name 
Description 
 
Initializes the window-creation parameter record passed in the Params parameter. 
 
Creates a Windows control corresponding to the list box component. 
 
Deletes a string from the list box. 
 
Saves the list box items in a string list before freeing the underlying Windows control. 
 
Returns the index of a string in the list box. 
 
Returns a string in the list box given its index. 
 
Returns the object associated with an item in a virtual list box. 
 
Sends a mouse message canceling the drag-and-drop operation. 
 
Generates an OnDrawItem event. 
 
Returns a 32-bit value associated with the specified item in a list box. 
 
Returns the value of the ItemIndex property. 
 
Returns the number of selected items. 
 
Indicates whether a particular item is selected. 
 
Retrieves the data associated with an item in the list box. 
 
Associates an integer with a specified item in the list box. 
 
Responds when the user presses a key. 
 
Assigns new strings to the list. 
 
Generates an OnMeasureItem event. 
 
Removes all of the items from a list box. 
 
Saves the items from a list box. 
 
Sets the 32-bit value associated with the specified item in a list box. 
 
Gives focus to the item with a specified index. 
 
Sets the MultiSelect property. 
 
Handles Windows messages. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.