> -----Original Message-----
> Possibly... Delphi is compiled rather than interpreted and as
> such there is no
> overseer with a 'definition' of each class... All the program
> has to go by (during
> the storage and restore phase) is RTTI and it was my
> understanding that the
> only information stored in the executable about properties
> and storage were for
> published properties.
A compiler option to turn on the generation of RTTI for private, protected
and public properties would solve this problem. This can work very much
like the existing RTTI compiler option, ie. Turn it on for a base class
that is OODB persistent.
However, my original message is for a *FULL* OODB system, not just to
serialise properties. Ie. compile your units directly into the database,
code and data. IMHO, this alone would put Delphi way ahead of its
competitors.
Regards,
Dennis.
---------------------------------------------------------------------------
New Zealand Delphi Users group - Offtopic List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
- RE: [DUG-OFFTOPIC]: DELPHI WISH LIST Paul Faid
- [DUG-OFFTOPIC]: DELPHI WISH LIST Aaron Scott-Boddendijk
- RE: [DUG-OFFTOPIC]: DELPHI WISH LIST Julien Thomas
- Re: [DUG-OFFTOPIC]: DELPHI WISH LIST Aaron Scott-Boddendijk
- RE: [DUG-OFFTOPIC]: DELPHI WISH LIST Dennis Chuah
- RE: [DUG-OFFTOPIC]: DELPHI WISH LIST Julien Thomas
- RE: [DUG-OFFTOPIC]: DELPHI WISH LIST Grant Black
- RE: [DUG-OFFTOPIC]: DELPHI WISH LIST Nahum Wild
- RE: [DUG-OFFTOPIC]: DELPHI WISH LIST Steven Wild
- Re: [DUG-OFFTOPIC]: DELPHI WISH LIST Aaron Scott-Boddendijk
- [DUG-OFFTOPIC]: DELPHI WISH LIST Dennis Chuah
- [DUG-OFFTOPIC]: DELPHI WISH LIST John Christenhusz
- [DUG-OFFTOPIC]: DELPHI WISH LIST Myles Penlington
- RE: [DUG-OFFTOPIC]: DELPHI WISH LIST Dennis Chuah
- [DUG-OFFTOPIC]: DELPHI WISH LIST Myles Penlington
- Re: [DUG-OFFTOPIC]: DELPHI WISH LIST Aaron Scott-Boddendijk
- [DUG-OFFTOPIC]: DELPHI WISH LIST Aaron Scott-Boddendijk
- [DUG-OFFTOPIC]: DELPHI WISH LIST Aaron Scott-Boddendijk
- RE: [DUG-OFFTOPIC]: DELPHI WISH LIST Myles Penlington
- Re: [DUG-OFFTOPIC]: DELPHI WISH LIST Aaron Scott-Boddendijk
- Re: [DUG-OFFTOPIC]: DELPHI WISH LIST Kerry Sainsbury
