ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamFolderCombo Class

The TJamFolderCombo is a simple component that allows to display folders and drives in a combo box with its associated icons.

TJamFolderComboTJamFolderComboTJamFolderComboTJamFolderCombo
Syntax
Pascal
TJamFolderCombo = class(TJamCustomFolderCombo);

Use the IncludeDrives property to show all available drives to the combo box. Use the AddFolder method to add a new folder to the combo box.

TJamCustomEditComboBox Class
 
Name 
Description 
 
Creates an instance of a TJamCustomEditComboBox component.  
 
Deletes an instance of a TJamCustomEditComboBox component.  
TJamCustomFolderCombo Class
 
Name 
Description 
 
Creates an instance of a TJamCustomFolderCombo component.  
 
Destroys an instance of a TJamCustomFolderCombo component.  
TJamFolderCombo Class
 
Name 
Description 
 
Constructor of the TJamFolderCombo component  
 
Destructor of the TJamFolderCombo component  
 
Name 
Description 
 
This is SetIcon, a member of class IIconViewer. 
TJamCustomEditComboBox Class
 
Name 
Description 
 
returns true if the user pressed the ESC key when the list was dropped down or the list was closed without selecting an item, false otherwise. Can be useful in the OnCloseUp Event. 
 
This is EditText, a member of class TJamCustomEditComboBox. 
 
Occurs when the drop-down list closes up due to some user action.  
 
This is UseSystemFont, a member of class TJamCustomEditComboBox. 
 
Selects the entire block of text in the edit box.  
TJamCustomFolderCombo Class
 
Name 
Description 
 
This is Objects, a member of class TJamCustomFolderCombo. 
 
Gives back the full path of the selected folder in the JamFolderCombo.  
 
Deletes all text from the edit box and all items from the Items list. 
 
Deletes item with the given index from the Items list. 
 
This is IndexOfPath, a member of class TJamCustomFolderCombo. 
TJamFolderCombo Class
 
Name 
Description 
 
The currently selected path in the control.  
 
Adds a folder to the TJamFolderCombo  
 
Refreshes the information displayed in this control.  
 
Adds an item to this control.  
 
Selects a folder, which is in the Items of the TJamFolderCombo.  
TJamCustomEditComboBox Class
 
Name 
Description 
 
The version number of the ShellBrower controls. 
TJamCustomFolderCombo Class
 
Name 
Description 
 
This is AutoCompleteOptions, a member of class TJamCustomFolderCombo. 
 
This is OnContextPopup, a member of class TJamCustomFolderCombo. 
 
This is OnEndDock, a member of class TJamCustomFolderCombo. 
 
This is OnSelect, a member of class TJamCustomFolderCombo. 
 
This is OnStartDock, a member of class TJamCustomFolderCombo. 
TJamFolderCombo Class
 
Name 
Description 
 
This is Align, a member of class TJamFolderCombo. 
 
This is Anchors, a member of class TJamFolderCombo. 
 
Receives notifications about changes in the shell and performs refreshes automatically.  
 
Specifies the background color of the control.  
 
This is Ctl3D, a member of class TJamFolderCombo. 
 
Determines whether the control's image is rendered directly to the window or painted to an in-memory bitmap first.  
 
This is DragCursor, a member of class TJamFolderCombo. 
 
This is DragKind, a member of class TJamFolderCombo. 
 
This is DragMode, a member of class TJamFolderCombo. 
 
Specifies the maximum number of items displayed in the drop-down list.  
 
This is Editable, a member of class TJamFolderCombo. 
 
Controls whether the control responds to mouse, keyboard, and timer events.  
 
Font 
Controls the attributes of text written on or in the control. Make sure to turn off UseSystemFont before editing this control! Otherwise the changes will not persist.  
 
This is ImeMode, a member of class TJamFolderCombo. 
 
This is ImeName, a member of class TJamFolderCombo. 
 
Adds all local drives to a JamFolderCombo.  
 
Setting IncludeMyDocuments to true will add the MyDocuments folder to the combo box.  
 
Setting IncludeRemovableDrives to true will add all removable drives to the combo box.  
 
This is ItemHeight, a member of class TJamFolderCombo. 
 
Specifies the maximum number of characters the user can type into the edit portion of the combo box.  
 
This is OnCanResize, a member of class TJamFolderCombo. 
 
Occurs when the user changes the text displayed in the edit region.  
 
Occurs when the user clicks the control.  
 
Occurs when the drop-down list closes up due to some user action.  
 
Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control.  
 
This is OnDragDrop, a member of class TJamFolderCombo. 
 
This is OnDragOver, a member of class TJamFolderCombo. 
 
Occurs when the user opens the drop-down list.  
 
This is OnEndDrag, a member of class TJamFolderCombo. 
 
This is OnEnter, a member of class TJamFolderCombo. 
 
This is OnExit, a member of class TJamFolderCombo. 
 
This is OnKeyDown, a member of class TJamFolderCombo. 
 
Occurs when key pressed.  
 
This is OnKeyUp, a member of class TJamFolderCombo. 
 
This is OnStartDrag, a member of class TJamFolderCombo. 
 
This is ParentColor, a member of class TJamFolderCombo. 
 
This is ParentCtl3D, a member of class TJamFolderCombo. 
 
This is ParentDoubleBuffered, a member of class TJamFolderCombo. 
 
This is ParentFont, a member of class TJamFolderCombo. 
 
This is ParentShowHint, a member of class TJamFolderCombo. 
 
This is PopupMenu, a member of class TJamFolderCombo. 
 
This is ShowHint, a member of class TJamFolderCombo. 
 
If set to true, the paths will be listed sorted. The list will only be sorted in case the AddFolder method is used, or InsertItem with an index of -1. If IncludeMyDocuments is True, the "My documents" folder will always be the first item.  
 
This is TabOrder, a member of class TJamFolderCombo. 
 
This is TabStop, a member of class TJamFolderCombo. 
 
Text 
Specifies the text string that is displayed in the edit box.  
 
If this property is set to true, the TJamShellCombo uses the same font as the Windows Explorer.  
 
This is Visible, a member of class TJamFolderCombo. 
Copyright (c) 2011. All rights reserved.