Ich habe folgenden Code:
Delphi-Quellcode:
with TfrmSettings.Create(nil) do
try
ShowModal(nil);
finally
FreeAndNil(???);
end;
Was muss anstelle der ??? hin? Also ich möchte die oben erstellte Varible free'n und nil'n...?
Ist es "self"?
Also "self" ist es nicht:
Zitat:
[Error] BBCodePlugin.dpr(32): Undeclared identifier: 'self'