With run-time 2-Column Items as follows:
Caption1 w1
Unicode2 w2
SomeTxT3 w4
....
LookupColumn := 1; // Hope to represent key fields
EditColumn := 0; // When static, the first column is Displayed
SortColumn := 2; // Sort by key fields
How to put "w4" then "SomeTxT3" Item is Default?
sometime first column is Unicode, which varies on User-Site.
Moreover, some user prefer sorting by first Column.
Thank you.