 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
BlueMan Guest
|
Posted: Thu Oct 09, 2003 11:33 am Post subject: ExceptionMode: property does not exist |
|
|
Hi i have some components, which have one within the other. There isn't any
problem in design time but in runtime i'm getting an error
"TSysInfo.Memory.MemoryObject.ExceptionMode: property Exception mode does
not exist". My structure is like that :
TSysMemory(TPersistent)
published
property MemoryObject: TMemObject read FMemoryObject write FMemoryObject;
end;
TSysInfo(TComponent)
published
propery Memory: TSysMemory read FMemory write FMemory;
end;
Do you have any idea about what is the problem ?
Regards,
|
|
| Back to top |
|
 |
Marc Rohloff Guest
|
Posted: Thu Oct 09, 2003 12:57 pm Post subject: Re: ExceptionMode: property does not exist |
|
|
On Thu, 9 Oct 2003 14:33:20 +0300, BlueMan<nospam (AT) nospam (DOT) com> said ...
| Quote: | Hi i have some components, which have one within the other. There isn't any
problem in design time but in runtime i'm getting an error
"TSysInfo.Memory.MemoryObject.ExceptionMode: property Exception mode does
not exist". My structure is like that :
|
You do not supply a defenition for TMemObject. You might also get this
error if the MemoryObject hasn't been created (is nil)
Marc
|
|
| Back to top |
|
 |
BlueMan Guest
|
Posted: Thu Oct 09, 2003 1:19 pm Post subject: Re: ExceptionMode: property does not exist |
|
|
Yeah, you're right but when i delete this row(i mean this property..),
everything works fine..
"Marc Rohloff" <marc rohloff at bigfoot dot com> wrote
| Quote: | On Thu, 9 Oct 2003 14:33:20 +0300, BlueMan<nospam (AT) nospam (DOT) com> said ...
Hi i have some components, which have one within the other. There isn't
any
problem in design time but in runtime i'm getting an error
"TSysInfo.Memory.MemoryObject.ExceptionMode: property Exception mode
does
not exist". My structure is like that :
You do not supply a defenition for TMemObject. You might also get this
error if the MemoryObject hasn't been created (is nil)
Marc
|
|
|
| Back to top |
|
 |
Marc Rohloff Guest
|
Posted: Thu Oct 09, 2003 2:14 pm Post subject: Re: ExceptionMode: property does not exist |
|
|
On Thu, 9 Oct 2003 16:19:26 +0300, BlueMan<nospam (AT) nospam (DOT) com> said ...
| Quote: | Yeah, you're right but when i delete this row(i mean this property..),
everything works fine..
|
Is this the only property TMemObject has? If so then that would make some
sense.
Marc
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|