۰۵-آبان-۱۳۸۷, ۱۰:۰۵:۰۴
چرا این کد که تو هلپ دلفیه ارور زیر رو میده
کد:
procedure TForm1.FormCloseQuery(Sender: TObject; var CanClose: Boolean);
begin
if MessageDlg('Close the form?', mtConfirmation,
[mbOk, mbCancel], 0) = mrCancel then
CanClose := False;
end;
کد:
[Error] Unit1.pas(130): Undeclared identifier: 'FormCloseQuery'
[Error] Unit1.pas(130): ';' expected but '(' found
[Error] Unit1.pas(130): ';' expected but ')' found
[Fatal Error] Project1.dpr(5): Could not compile used unit 'Unit1.pas'