Subject | RE: [IBO] Assign Procedure |
---|---|
Author | Gerhardus Geldenhuis |
Post date | 2001-12-07T07:08:34Z |
connection1.assign(connection2)
It's handy sometimes. Saves time
copying component properties.
It also makes it a more complete implementation
of tpersistent. Assign in my opinion is expected
behavior for anything inheriting from tpersistent
or for that matter tcomponent.
How does the imp files work. If I can understand the
basic logic behind your "code layout" then perhaps if
there is other interest as well, I could have a dab at
implementing Assign for ib_connection and others.
Groete
Gerhardus
It's handy sometimes. Saves time
copying component properties.
It also makes it a more complete implementation
of tpersistent. Assign in my opinion is expected
behavior for anything inheriting from tpersistent
or for that matter tcomponent.
How does the imp files work. If I can understand the
basic logic behind your "code layout" then perhaps if
there is other interest as well, I could have a dab at
implementing Assign for ib_connection and others.
Groete
Gerhardus
>
>
> > Is there a specific reason why TIB_Connection does not have
> > assign implemented.
>
> What would I do with it?
>