I have a dynamically created form which contains a number of TEdit and
TCombobox controls. Depending on various runtime conditions, some of the
controls need to be read-only and some can be changed.

I set the ReadOnly property of the TEdit controls to True, but I have to set
Enabled to False on the TCombobox controls. Unfortunately this greys out the
text which is not what I want.

Is there a way of preventing a user from changing a TCombobox without the
text being greyed out?

==================================================================

Tom Munro Glass

+----------------------------------------------------------------+
| E-mail:                                                        |
|     Internet:           [EMAIL PROTECTED]                         |
| Web sites:                                                     |
|     TMG CONSULTANCY:    http://www.tmgcon.com                  |
|     Tewkesbury Web:     http://www.tmgcon.com/tewksweb         |
+----------------------------------------------------------------+

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to