Skip to content

TStyledTaskDialog is a special "TaskDialog" component with custom Button Captions and Icons. Using a special Form you can show a full customizable Dialog. Using Skia4Delphi you can also use animated images into dialog!

Description of TStyledTaskDialog

TStyledTaskDialog is designed to expand message/task dialog functionalities, fully customizable and also animation.

You can test Styled Dialogs with different "StyledButton set" (Classic, Angular, Bootstrap).

Also, you can use a custom form (inherited from "TStyledTaskDialogForm") to show your complete custom Dialog.

Demos\StyledTaskDlgDemo and Demos\AnimatedTaskDialogDemo

A simple demo to show how to use StyledTaskDialog with custom icons using ImageList.

The main form is useful to test every format / buttons and type of dialogs.

Confirmation Dialog with custom font and English buttons

ConfirmationDialog.jpg

Warning Dialog with italians Buttons

A simple way to activate button captions is to change StyledComponents.inc file and activate {$Define ItaMessages}

StyledButtonDemo.jpg

The StyledTaskDialog is VCL-Styles enabled! You can also hide the system close button or change it's size using the OnDialogShow Event-handler.

Error Dialog

StyledButtonDemo.jpg

Custom Dialog

StyledButtonDemo.jpg

Shield Dialog with footer

ShieldButtonDemo.jpg

Description of AnimatedStyledTaskDialog

If you have Skia4Delphi, you can also try the AnimatedTaskDialogDemo, with nice animations:

AnimatedStyledDialog.gif

Released under Apache License, Version 2.0.