Skip to content

bravesoftdz/DelphiWindowsToast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delphi Windows Toast (Only Firemonkey)

Windows Toast like Android Toast

Usage

Place TWindowsToastDialog on form;

On your form, anywhere in your source, call the MakeText procedure;

example:

WindowsToastDialog1.MakeText("Testing Windows Toast");

----

You can change the duration, text color and background color;

MakeText(Text; Duration; BackgroundColor; TextColor);

example:

WindowsToastDialog1.MakeText('Toast on Windows Application', ToastDurationLengthShort, $FF009688, $FFFFFFFF);

About

Windows Toast like Android Toast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages