On 10/8/15, Juha Manninen <juha.mannine...@gmail.com> wrote:

>
> I don't think it makes sense for all TWinControl derivatives.
>
> For TComboBox it would make sense.
> It would be an extension and thus not break Delphi compatibility either.
> I think it is a good idea.

This is rather more tricky than what we did for TCustomEdit.
Mind you that Delphi has it easy,it simply calls some Windows API to
get this done, but we need to implement this cross-platform (hence we
override RealSetText and RealGetText).
Setting Text in a ComboBox may have other side effects then in a TCustomEdit.

Bart

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to