git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2395 8e941d3f-bd1b-0410-a28a-d453659cc2b4

This commit is contained in:
dopi
2012-04-19 21:52:48 +00:00
parent 374dc36ada
commit f71e98f6d9
3 changed files with 104 additions and 93 deletions

View File

@ -85,8 +85,7 @@ begin
Edit2.Text := 'Ok, fixed';
end ;
if Assigned( fMainForm ) then
fMainForm.mEvents.Lines.Add( 'Form1.CloseQuery: '+BoolToStr(CanClose,'True','False') );
fMainForm.mEvents.Lines.Add( 'Form1.CloseQuery: '+BoolToStr(CanClose,'True','False') );
end;
procedure TForm1.FormDestroy(Sender : TObject) ;