Class TCustomRegistryComboBox (unit RegCBox)

Inherits from

TCustomComboBox

Constructors


constructor Create(owner: TComponent);

---------------------------------------------------- create


Functions

destructor Destroy;

---------------------------------------------------- destroy

procedure Loaded;

---------------------------------------------------- Called after component got loaded.

procedure ReadList(the_params: TStrings);


procedure ReadItems;

---------------------------------------------------- Create Items.

procedure SetKey(Value: TRegistryComboBoxKey);


procedure SetListType(Value: TRegistryComboBoxListType);

registry value list.

procedure SetPath(Value: string);


Properties

property Key : TRegistryComboBoxKey


property ListType : TRegistryComboBoxListType

possible published:

property Path : string


Events

Variables

FKey : TRegistryComboBoxKey;


FListType : TRegistryComboBoxListType;


fParams : TStringList;


FPath : string;



Constructors


constructor Create(owner: TComponent);

---------------------------------------------------- create


Functions


destructor Destroy;

---------------------------------------------------- destroy


procedure Loaded;

---------------------------------------------------- Called after component got loaded.


procedure ReadList(the_params: TStrings);


procedure ReadItems;

---------------------------------------------------- Create Items.


procedure SetKey(Value: TRegistryComboBoxKey);


procedure SetListType(Value: TRegistryComboBoxListType);

registry value list.

---------------------------------------------------- Set properties and rebuild list after:


procedure SetPath(Value: string);


Properties


property Key : TRegistryComboBoxKey


property ListType : TRegistryComboBoxListType

possible published:


property Path : string


Events


Variables


FKey : TRegistryComboBoxKey;


FListType : TRegistryComboBoxListType;


fParams : TStringList;


FPath : string;