anaform MDIForm ve 2 adet MDIChild form var.
form2 ve form3 create butonlardaki
kod
Kod: Tümünü seç
procedure TForm1.Button2Click(Sender: TObject);
begin
if not Assigned(Form2) then
begin
Application.CreateForm(TForm2, Form2);
Form2.Show;
end
else TForm2(Form2).BringToFront;
end;
kod
Kod: Tümünü seç
procedure TForm2.FormClose(Sender: TObject; var Action: TCloseAction);
begin
if Form2<>nil then FreeAndNil(Form2);
end;
böyle bir hata veriyor.
Access violation at address 004032AA İN module project.exe Read of address FFFFFFD0
1 aydır uğraşıyorum her türlü denedim olmadı olmadı olmadı.
lütfen yardım edin sıyıracam.