| Class TCustomRegistryComboBox (unit RegCBox) |
TCustomComboBox
| Constructors |
constructor Create(owner: TComponent);| Functions |
destructor Destroy;
procedure Loaded;
procedure ReadList(the_params: TStrings);
procedure ReadItems;
procedure SetKey(Value: TRegistryComboBoxKey);
procedure SetListType(Value: TRegistryComboBoxListType);
procedure SetPath(Value: string);| Properties |
property Key : TRegistryComboBoxKey
property ListType : TRegistryComboBoxListType
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 : TRegistryComboBoxListTypepossible published:
property Path : string| Events |
| Variables |
FKey : TRegistryComboBoxKey;
FListType : TRegistryComboBoxListType;
fParams : TStringList;
FPath : string;