Martin Schreiber schreef:
On Thursday 14 December 2006 08.54, Vincent Snijders wrote:
procedure ttestcomp.setsubcomponent(const avalue: ttestsubcomponent);
begin
fsubcomponent.assign(avalue);
end;
The problem with this solution, is the "write setsubcomponent;" part of the
declaration.
I don't
On Thursday 14 December 2006 08.54, Vincent Snijders wrote:
> >
> > procedure ttestcomp.setsubcomponent(const avalue: ttestsubcomponent);
> > begin
> > fsubcomponent.assign(avalue);
> > end;
>
> The problem with this solution, is the "write setsubcomponent;" part of the
> declaration.
>
> I don't
Martin Schreiber schreef:
On Tuesday 12 December 2006 14.54, [EMAIL PROTECTED] wrote:
As said in an earlier mail I have problems streaming the
property EditLabel: TBoundLabel read FEditLabel;
of a TLabeledEdit with fpc 2.1.1.
A usual solution:
ttestcomp = class(tcomponent)
private
fsub
On Tuesday 12 December 2006 14.54, [EMAIL PROTECTED] wrote:
> As said in an earlier mail I have problems streaming the
> property EditLabel: TBoundLabel read FEditLabel;
> of a TLabeledEdit with fpc 2.1.1.
>
A usual solution:
ttestcomp = class(tcomponent)
private
fsubcomponent: ttestsubcomp
On Wed, 13 Dec 2006, Vincent Snijders wrote:
> Michael Van Canneyt schreef:
> >
> > On Wed, 13 Dec 2006, Vincent Snijders wrote:
> >
> > > Michael Van Canneyt schreef:
> > > > On Wed, 13 Dec 2006, Vincent Snijders wrote:
> > > >
> > > > > Michael Van Canneyt schreef:
> > > > > > On Tue, 12 Dec
Michael Van Canneyt schreef:
Should I amend to patch to allow streaming properties of readonly
subcomponents?
Yes, please do. It should be quite like the check you made before...
Next attempt, see attached patch.
Vincent
Index: writer.inc
Michael Van Canneyt schreef:
On Wed, 13 Dec 2006, Vincent Snijders wrote:
Michael Van Canneyt schreef:
On Wed, 13 Dec 2006, Vincent Snijders wrote:
Michael Van Canneyt schreef:
On Tue, 12 Dec 2006, [EMAIL PROTECTED] wrote:
As said in an earlier mail I have problems streaming the property
On Wed, 13 Dec 2006, Vincent Snijders wrote:
> Michael Van Canneyt schreef:
> >
> > On Wed, 13 Dec 2006, Vincent Snijders wrote:
> >
> > > Michael Van Canneyt schreef:
> > > > On Tue, 12 Dec 2006, [EMAIL PROTECTED] wrote:
> > > >
> > > > > As said in an earlier mail I have problems streaming t
Michael Van Canneyt schreef:
On Wed, 13 Dec 2006, Vincent Snijders wrote:
Michael Van Canneyt schreef:
On Tue, 12 Dec 2006, [EMAIL PROTECTED] wrote:
As said in an earlier mail I have problems streaming the property
EditLabel: TBoundLabel read FEditLabel;
of a TLabeledEdit with fpc 2.1.1.
S
On Wed, 13 Dec 2006, Vincent Snijders wrote:
> Michael Van Canneyt schreef:
> >
> > On Tue, 12 Dec 2006, [EMAIL PROTECTED] wrote:
> >
> > > As said in an earlier mail I have problems streaming the property
> > > EditLabel: TBoundLabel read FEditLabel;
> > > of a TLabeledEdit with fpc 2.1.1.
>
Michael Van Canneyt schreef:
On Tue, 12 Dec 2006, [EMAIL PROTECTED] wrote:
As said in an earlier mail I have problems streaming the
property EditLabel: TBoundLabel read FEditLabel;
of a TLabeledEdit with fpc 2.1.1.
Some discussion on #fpc led to the conclusion that streaming a readonly
pers
On Tue, 12 Dec 2006, [EMAIL PROTECTED] wrote:
> As said in an earlier mail I have problems streaming the
> property EditLabel: TBoundLabel read FEditLabel;
> of a TLabeledEdit with fpc 2.1.1.
>
> Some discussion on #fpc led to the conclusion that streaming a readonly
> persistant should be al
As said in an earlier mail I have problems streaming the
property EditLabel: TBoundLabel read FEditLabel;
of a TLabeledEdit with fpc 2.1.1.
Some discussion on #fpc led to the conclusion that streaming a readonly
persistant should be allowed, because you write to the properties of the
readonly p
Aleš Katona schreef:
Hi, I recently changed TReader and TWriter to be delphi compatible (they
were missing a virtual "read" and a virtual "write".
It might be related, best idea is to see if all TWriter/TReader
descendants which add "read" and "write" have them use override.
As for the concrete
14 matches
Mail list logo