Re: How to allocate new class instance on the heap?
- From: chrisspencer02@xxxxxxxxx
- Date: 25 May 2005 17:14:26 -0700
Just to make sure I understand you:
ClassInstanceVariable := tClassName.Create { ( <constructor
parameters>) };
This will allocate ClassInstanceVariable on the heap, and will not
automatically deallocate it when the function declaring
ClassInstanceVariable exits? Thanks.
.
- Follow-Ups:
- Re: How to allocate new class instance on the heap?
- From: J French
- Re: How to allocate new class instance on the heap?
- References:
- How to allocate new class instance on the heap?
- From: chrisspencer02
- Re: How to allocate new class instance on the heap?
- From: Bruce Roberts
- How to allocate new class instance on the heap?
- Prev by Date: Re: How to allocate new class instance on the heap?
- Next by Date: Re: How to allocate new class instance on the heap?
- Previous by thread: Re: How to allocate new class instance on the heap?
- Next by thread: Re: How to allocate new class instance on the heap?
- Index(es):
Relevant Pages
|
|