TcxMRUItems.Count Property
Specifies the number of items stored within the current MRU list.
Declaration
property Count: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Decrement this property value to decrease the number of items in the list. As a result, all the items with an index less than the new Count property value will be retained while all other items will be deleted.
Use the MaxCount property to limit the number of items stored within the current MRU list. Any change to the list updates the Count property with the MaxCount property value.
See Also