Carl

Strange thing is the streaming works fine in a compiled program it is only
loading the project into
the IDE which clears the property - which is virtually impossible to debug

Regards
Neven

----- Original Message -----
From: Carl Reynolds <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Sent: Tuesday, 27 June 2000 18:40
Subject: RE: [DUG]: streaming prob


> Hi Neven,
>
> It could be being cleared when some other property is loaded - presumably
> after RegExMask is itself set.  You may need to stick in a "if not
> (csLoading in ComponentState) then ..." proviso.
>
> Cheers,
> Carl
>
> -----Original Message-----
> From: Neven MacEwan [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 27 June 2000 3:45 PM
> To: Multiple recipients of list delphi
> Subject: [DUG]: streaming prob
>
>
> Hiya All
>
> Im writing a TCustomEdit descendant and have the following
>
> published
>     property RegExMask: string read FRegExMask write FRegExMask;
>
> Prob is it is streaming out (can see it in DFM but it is set to '' when
> streamed in at design time)
> Any suggestions?
>
> TIA
>
> Regards Neven
> N.K. MacEwan B.E. E&E
> [EMAIL PROTECTED]
>
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
>

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

Reply via email to