Graeme Geldenhuys schreef:
Hi,

What is the point of the .ReadOnly property in the TComoBox component?
Doesn't the .Style property do whatever the .ReadOnly tries to do
plus more?  Also it is incompatible with VCL. The VCL TComobBox
doesn't have a .ReadOnly property.

Depending on the readonly property an OnwerDrawn combobox (i.e. with style csOwnerDrawFixed or csOwnerDrawVariable) behaves like a combobox with csDrownDown (readonly:=false) style or like a combobox with csDrownDownList (readonly := true) style.



Any objections in removing it to prevent incompatiblities with VCL and
cross framework (VCL and LCL) applications?



How does the VCL handle the difference between dropdown and dropdownlist for csOwnerDrawFixed and csOwnerDrawVariable.

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to