DELPHI PROGRAM HATALARINI MSGBOXDA GOSTER

except
    on E : Exception do
      ShowMessage(E.Message);
  end;

No comments:

Post a Comment