On Fri, 15 Sep 2006 12:55:33 -0400
"Alexandre Leclerc" <[EMAIL PROTECTED]> wrote:

> Property in .lfm is:
>     WideDefaultText =
> it was (before last update):
>     WideDefaultText = ''
> 
> This is causing problems; I think you actually fixed that many weeks
> ago.

Yes, it looks familiar. That's why I want to make sure it is the same
bug or a new one.

 
> It is declared as:
>     property DefaultText: WideString read FDefaultText write
> SetDefaultText stored False;

See lazarus/examples/widestringstreaming/widestringstreaming.lpi
It contains a 
    property DefaultText: WideString read FDefaultText write
SetDefaultText stored False;
It is written as 
    WideDefaultText = ''

I'm using fpc 2.0.4 i386 linux rpm, lazarus 9899.


Mattias

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

Reply via email to