Kod: Tümünü seç
soru:=Application.MessageBox('Alış silinecek devam edilsin mi?','Soru',MB_YESNO or MB_ICONWARNING ) ;
if soru=mrno then Exit;
Modul.Alis.Delete;
[Error] U_Modul.pas(615): Undeclared identifier: 'Application'
[Error] U_Modul.pas(615): Missing operator or semicolon
[Error] U_Modul.pas(615): Undeclared identifier: 'MB_YESNO'
[Error] U_Modul.pas(615): Undeclared identifier: 'MB_ICONWARNING'
[Warning] U_Modul.pas(615): Combining signed and unsigned types - widened both operands
[Error] U_Modul.pas(616): Undeclared identifier: 'mrno'
[Fatal Error] Create_Muhasebe.dpr(22): Could not compile used unit 'U_Modul.pas'