Menú Piano Virtual Batería Virtual Metrónomo Lectura Musical Entrenamiento de Intervalos Juego de Memoria Clases de Música Buscar
X
Alguien que conoces le gustará este contenido

Madexcept-.bpl Online

begin // Enable MadExcept globally MadExceptionHandler.Enable;

// Optional: customize the report template MadExceptionHandler.ReportTemplate := 'MyTemplate.xml'; madexcept-.bpl

procedure MyExceptionHandler(Sender: TObject; E: Exception); begin // Custom logging before MadExcept shows its dialog LogToFile(E.Message); // Forward to MadExcept for the standard UI MadExceptionHandler.HandleException(E); end; begin // Enable MadExcept globally MadExceptionHandler