TcxCustomMRUEditProperties.AddItem(string) Method
Adds a new item or moves the existing one to the top of the dropdown list.
Declaration
procedure AddItem(const AItem: string);
Parameters
| Name | Type |
|---|---|
| AItem | string |
Remarks
This method is similar to the AddItem method of an MRU editor.
See Also