Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[COLOR=green]#include <Clipbrd.hpp>[/color]
[b]void __fastcall[/b] TForm1::Button1Click(TObject *Sender)
{
[b]if[/b](Clipboard()->HasFormat(CF_TEXT))
{
Label1->Caption = "There's text in the clipboard.";
}
}