<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">Am 02.05.2020 um 16:15 schrieb Juha
Manninen via lazarus:<br>
</div>
<blockquote type="cite"
cite="mid:CAPN1EhCS_6qSDOmpphEuxUG7UhQFjBhs9GvQ6wazDMryikjCcA@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div dir="ltr">
<div class="gmail_quote">Ok, I removed it in r63112.</div>
</div>
</div>
</blockquote>
<p>Something must be screwed up in TComboboxEx. Don't worry, not by
the removal of the ReadOnly property, but it must have been around
for a long time since the beginning: This component introduces a
new Style type: TComboboxExStyle = (csExDropDown, csExSimple,
csExDropDownList). In Delphi it is possible to type text into the
control when the Style is csExDropDown or csExSimple, but in
Lazarus this is not possible, the control behaves like
csExDropDownList in all cases (except for the grayed appearance,
in Windows). And in Delphi the Style with csExSimple looks like a
simple TEdit, while in Lazarus it has the dropdown arrow, like the
csExDropdown(List) Style. <br>
</p>
<p>I tested this on Windows, and Linux gtk2 and qt5.<br>
</p>
</body>
</html>