TcxCustomMRUEditProperties.AddItem(string) Method
In This Article
Adds a new item or moves the existing one to the top of the dropdown list.
#Declaration
Delphi
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