Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>
TMS FMX UI Pack
TTMSFMXEditBtn: How to show a combox with TTMSFMXEditBtn linked to a TFDQuery dataset
TTMSFMXEditBtn: How to show a combox with TTMSFMXEditBtn linked to a TFDQuery dataset
You need to link the Text value as you would with a normal TEdit. You can then add a TListBox as dropdown control which is linked to the field of choice. This should work with any control (TListView, TGrid, ...).
Here you can download a sample that demonstrates this.