![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
#2
|
||||
|
||||
|
Código:
procedure TForm1.FormCreate(Sender: TObject);
begin
Application.OnException := AppOnException;
...
end;
procedure TForm1.AppOnException(Sender: TObject; E: Exception);
begin
{ No hacer nada }
end;
__________________
delphi.com.ar Dedique el tiempo suficiente para formular su pregunta si pretende que alguien dedique su tiempo en contestarla.
|
| Herramientas | Buscar en Tema |
| Desplegado | |
|
|
|