Arno Garrels wrote:
> Hello Wilfried,
> 
>> Hi,
>> 
>> I just discovered that the property editor for LineEnd is broken
>> using Delphi XE. No big deal for me as I always create TWSocket at
>> runtime. I don't know how much work it is. If someone can give some
>> hint maybe I find the time to work on it.
> 
> Indeed, broken since D2009 and nobody except you noticed it.
> It wasn't registered for the correct string type. I just checked in
> this fix in OverbyteIcsReg.pas:
> 
> RegisterPropertyEditor(TypeInfo(AnsiString), TWSocket, 'LineEnd',
>    TWSocketLineEndProperty);


Additionally I suggest to only allow characters from the ASCII 
range with the property inspector since otherwise the cast to 
AnsiString is a problem.

-- 
Arno Garrels
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to