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

Wrapper function to display a TaskDialog.

Pascal
function TaskDialog(aOwner: THandle; const aTitle: TJSString; const aMainInstruction: TJSString; const aContent: TJSString; aIcon: Integer; aButtons: Integer): Integer; overload;

JSDialogs

Create a dialog that displays like the real TaskDialog on a supported operating system. If the operating system does not support the TaskDialog API, then the TaskDialogEmulated function is called.

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!