Delphi IDE drag and drop dataset-field

I would like design-time functionality that would auto-create a TMS DB aware control when dragging a field on a form.
My "wish-list":
- The label set to TField.DisplayLabel
- A popup where you can choose the control (CheckBox, ComboBox, LookupCombo, SpinEdit, etc.)

So far, our research indicates that it would be possible to have an override for the control class for each DB field type but no interface for manipulating the label was found.

1 Like