hi,
if u do:
ptrMystring = MemPtrNew(10);
StrCopy( ptrMystring, "label")
CtlSetLabel( ptrMyControl, ptrMystring );
do we need
- to free the original chunk held in the control?
- to free the chunk we've allocated via MemPtrNew?
- if yes when to do so?
Thanks and Cheers,
Andrew
- CtlSetLabel Andrew Goh
- Re: CtlSetLabel Andrew Goh
- Re: CtlSetLabel Douglas I. Anderson
