TacMRUComboBox component
Hierarchy Properties Methods Events Controls with attached label |
The acMRUComboBox is the edit control with the drop down list which can save and restore the MRU history list (list of most recently used lines) from the registry. When user type the text, the combobox can automatically complete the input with the text taken from the history list. Also it contains the AttachedLabel structure which lets to operate with the label associated with the edit control and specify its behavior and position near the control.
|
|
Align | controls placement of the combobox within its container;
|
AttachedLabel | controls the behavior of the label attached to the control and its position;
|
AutoFill | whether you would like to auto-complete the input with the string taken from the history list;
|
AutoFillCaseSensitive | whether the characters case doesn't matter and whether you would like to auto-complete the input disregarding the case of characters;
|
AutoFillDelay | speicifes the delay, in milliseconds, which should pass between keypress and attempt to auto-complete the input;
|
MRUEnabled | controls whether the MRU history list should be automatically restored from the registry after creation of the control (on program startup);
|
MRUMax | specifies the maximum number of items which can contains the MRU history list;
|
MRURegKey | defines the path to the key in the system registry where you would like to store the MRU history list;
|
MRURegLocation | specifies the root key of the hierarchy of subkeys, where you would like to store the MRU history list;
|
MRUSaveOnExit | controls whether the combobox should automatically add the current text from the edit box to the MRU history list, and save the MRU list to the registry, when user moves the focus to another control.
|
ClearMRU | clears all items from the history (from drop-down list), and removes them from registry.
|
Save | moves the current text from the edit box to the MRU history list and saves the MRU list to the system registry.
|
acImagesComboBox component.
|