I'm trying to make a custom ListBox that has more details and a link with LiveBindings. In bindlist I only see the standard fields: Text, Detail, Bitmap....
When trying to bind in the following code:
Item := bliMS.FillExpressions.AddExpression;
Item.ControlMemberName := 'SubTitle';
Item.SourceMemberName := 'PAY_NAME';
An exception is raised:
Project xxxxxx raised exception class EEvaluatorError with message 'Couldn't find SubTitle'.
How can I add the SubTitle name to my custom ListBox?