Unit RegCBox

=====================================================================} { } { Registry ComboBox for Windows 95 ver 1.0.2 28/Jun/1997 } { http://www.kobira.co.jp/sakura/windows.htm } { author Seiji-Yasuda seiji@kobira.co.jp } { } { You may use it freely at your own risk in any kind of environment. } { } {=====================================================================} {$DEFINE USLIB} { for non-Japanese Delphi

Classes

TCustomRegistryComboBox -
TRegistryComboBox -

Functions

Register - ---------------------------------------------------- register

Types

TRegistryComboBoxKey
TRegistryComboBoxListType

Constants

Variables


Functions


procedure Register;

---------------------------------------------------- register

Types


TRegistryComboBoxKey = (
    KEY_CLASSES_ROOT, KEY_CURRENT_USER, KEY_LOCAL_MACHINE,
    KEY_USERS, KEY_CURRENT_CONFIG);

TRegistryComboBoxListType = (rcbltKeyList, rcbltValueList);

Constants


Variables