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);

-- 
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