Class TCustomRegistryComboBox (unit RegCBox) |
Inherits from
TCustomComboBox
constructor Create(owner: TComponent);
- ---------------------------------------------------- create
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);
property Key : TRegistryComboBoxKey
property ListType : TRegistryComboBoxListType
possible published:
property Path : string
FKey : TRegistryComboBoxKey;
FListType : TRegistryComboBoxListType;
fParams : TStringList;
FPath : string;
constructor Create(owner: TComponent);
---------------------------------------------------- create
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);
property Key : TRegistryComboBoxKey
property ListType : TRegistryComboBoxListType
possible published:
property Path : string
FKey : TRegistryComboBoxKey;
FListType : TRegistryComboBoxListType;
fParams : TStringList;
FPath : string;