Unit IconCtls

Standard defines for all Delphi Free Stuff components } {------------------------------------------------------------------------------} { TIconComboBox and TIconListBox v1.08 } {------------------------------------------------------------------------------} { A Caching Icon ComboBox and ListBox component for Delphi. } { Copyright 1998, Brad Stowers. All Rights Reserved. } { This component can be freely used and distributed in commercial and private } { environments, provied this notice is not modified in any way. } {------------------------------------------------------------------------------} { Feel free to contact me if you have any questions, comments or suggestions } { at bstowers@pobox.com. } { The latest version will always be available on the web at: } { http://www.pobox.com/~bstowers/delphi/ } { See IconCtls.txt for notes, known issues, and revision history. } {------------------------------------------------------------------------------} { Date last modified: May 28, 1998 } {------------------------------------------------------------------------------} { C++Builder 3 requires this if you use run-time packages.

Classes

TIconComboBox -
TIconListBox -

Functions

Register - Add the components to the Delphi Component Palette.

Types

TOrientation

Constants

DFS_COMBO_VERSION
DFS_LIST_VERSION

Variables


Functions


procedure Register;

Add the components to the Delphi Component Palette. You will want to modify } { this so that it appears on the page of your choice.

Types


TOrientation = (lbHorizontal, lbVertical);

Constants

DFS_COMBO_VERSION = 'TIconComboBox v1.08'

DFS_LIST_VERSION = 'TIconListBox v1.08'


Variables