[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Class TListBox      Inherits from TControl
--------------------------------------------------------------------------------

 DATA
--------------------------------------------------------------------------------
 aItems          Array of Items of the List Box
 lOwnerDraw      If the Object Draws itself.
 nBmpSize        Height of bitmaps if ListBox is OwnerDraw
 cFileSpec       FileSpec to load bitmaps.

 METHODS
--------------------------------------------------------------------------------
 New             Constructor from source code
 ReDefine        Constructor for resources
 cToChar         Generates a data template to build a Dialog
 cGenPrn         Generates the source code of the control
 Init            Generic initialization
 MouseMove       Behavior when moving the mouse over
 GoTop           Goes to the first item in the listbox
 GoBottom        Goes to the last item in the listbox
 Select          Select an item by its order
 Set             Select an item by its text
 SetItems        Changes the items of the listbox
 Add             Add a Item to the list.
 Modify          Modify the text of an Item.
 Insert          Insert a Item.
 Del             Deletes any Item.
 GetItem         Retrieves the text of any item.
 Len             Retrieves the length of the list.
 LostFocus       Behavior when loosing the focus
 Reset           Empties the list.
 Change          Changed event handler.
 FillMeasure     FillMeasure event handler.
 DrawItem        DrawItem event handler.
 GetPos          Retrieves the index of the currently selected item.
 Default         Default listbox initialization
 VScroll         Vertical scroll events handler

 !seealso: "Class TControl"





This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson