|
|
|
| acMRUComboBox components.
|
| property MRURegKey: String;
|
| The MRURegKey property defines the path to the key in the system registry where you would like to store the MRU history list.
|
|
|
| The MRU list will be automatically saved when user moves the focus to another control and MRUSaveOnExit property is True, or after calling the Save method; and restored on program startup, if MRUEnabled is True.
|
|
|
| MRUEnabled, MRUMax, MRURegLocation and MRUSaveOnExit properties.
|