TTMSFNCSearchList Delete

Hi,

Is it possible for an item to have a sliding delete button?

Thanks,

Ken

At this moment there is no such feature built-in. It is a good suggestion though that we'll consider for a future update.

Thanks. While you're at it can you please add TSearchListItem.Data?

There is right now a public .Object: TObject property you can use. Have you considered this?

Missed that. Thanks, yes that's perfect.!

One more question. How can I get a line between items or a rectangle round them? I have seen TSearchListItem;.Columns[0].Shape but changing that doesn't seem to have any effect.

Sorry, there is no such Shape property. The items are displayed similar to items in a TListBox. The selected items are indicated in highlight colors but there is no border setting for regular items.