TTMSFNCSearchEdit - How to select description

Hi,

Is there a way to male TTMSFNCSearchEdit return value in Columns description instead of Caption ?

I have a list with names and mail addresses like this (Name is Caption and mailaddress is Description):

My Name
myname@somthing.com

Another Name
another@mailaddress.xyz

And when the user selects one the TTMSFNCSearchEdit's Text property should contain the email address and not the name

Unfortunately not, this is currently hardcoded to Caption. We'll add this on our todolist for further investigation.