You are here: Symbol Reference > JSDialogs Namespace > Functions > JSDialogs.ShowErrorTitleMessageWithErrorAndFooter Function
LMD DialogPack
ContentsIndexHome
PreviousUpNext
JSDialogs.ShowErrorTitleMessageWithErrorAndFooter Function

Display an error dialog with extended exception details and a footer.

Pascal
procedure ShowErrorTitleMessageWithErrorAndFooter(const ATitle: TJSString; const AMessage: TJSString; const AException: TJSString; const AFooter: TJSString; const AFooterIcon: TTaskDialogIcon; const AShowText: TJSString = ''; AHideText: TJSString = ''; const AAnimate: Boolean = False);

JSDialogs

Wrapper method that allows an error message to be displayed. The content of the AException parameter is visible when the user selects the "Show Exception" expando button. Also displays a footer with the icon specified.

Copyright © 2013 by LMD Innovative. All rights reserved.
Copyright © 2013 by LMD Innovative. All rights reserved.
What do you think about this topic? Send feedback!