Questions tagged [tbuttonededit]

tbuttonedEdit, a VCL control introduced in recent version of Delphi, consists of an edit control with two embedded buttons. It is defined in ExtCtrls.pas unit.

4 questions
4
votes
3 answers

"pressing" the button of TButtonedEdit using the keyboard

I was just about to replace a TEdit + TButton combination with one TButtonedEdit control but when I tried to test it, I found no way to "press" the (right) button using the keyboard. I tried Alt+Enter, Alt+Down, Alt+Right, the same keys with Ctrl…
dummzeuch
  • 10,975
  • 4
  • 51
  • 158
4
votes
2 answers

Is it possible to add a history list dropdown to Delphi's TButtonedEdit?

I'm using Delphi XE2's TButtonedEdit but I would like to add a dropdown list for the history (like TComboBox). I know that TComboBox is a glorified TEdit, so is there a message I can send to TButtonedEdit to add this functionality please? Thanks.
Brian Frost
  • 13,334
  • 11
  • 80
  • 154
1
vote
1 answer

Delphi: ButtonedEdit + Frame = Bug

Delphi XE. There is a Buttoned Edit (with the left button), an image list with a picture for the button. All is on a frame (it is Ok if on a form). There is no an indent of the button in a design time, but it is in a run time. Is it a bug? Thanks!
maxfax
  • 4,281
  • 12
  • 74
  • 120
1
vote
1 answer

Match TButtonedEdit image to TComboBox default image

My application uses standard TComboBoxes and also TButtonedEdits to produce controls with more complex drop-down panels. I would like the two controls to look the same. In particular, I would like image on my TButtonedEdits to be identical to the…
Larry Lustig
  • 49,320
  • 14
  • 110
  • 160