E
esupermary
Unregistered / Unconfirmed
GUEST, unregistred user!
我有一个tempForm:TForm.
还有一个字符串:tempStr:string;
tempStr = 'tempForm';
我现在想:tempForm.Free;
tempForm = nil;
但我想用 tempStr 来代替tempForm.不知如何做到。
如果不能,我如何来释放?
还有一个字符串:tempStr:string;
tempStr = 'tempForm';
我现在想:tempForm.Free;
tempForm = nil;
但我想用 tempStr 来代替tempForm.不知如何做到。
如果不能,我如何来释放?