[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TApplication.ExceptionDialog

Indicates the dialog type used for an exception in the application.

Declaration

Source position: forms.pp line 1724

public property TApplication.ExceptionDialog : TApplicationExceptionDlg
  read FExceptionDialog
  write FExceptionDialog;

Description

ExceptionDialog is a TApplicationExceptionDlg property which indicates the dialog type displayed for an exception handled by the application instance. The default value for the property is aedOkCancelDialog, as assigned in the Create constructor.

See TApplicationExceptionDlg for more information about values in the enumeration and their meanings.

See also

TApplicationExceptionDlg

  

Enumeration with dialog types for an application.

TApplication.Create

  

Constructor for the class instance.

TApplicationProperties.ExceptionDialog

  

Indicates the dialog type displayed for an exception.


Version 3.2 Generated 2024-02-25 Home