I wanted to create a holiday card for all of you, and I decided to create it in code was the best way. I used Sketch App to design the card and then converted it to Delphi code with Petra. You can download the code Gist. It is a FireMonkey TControl that you can either install into your IDE or instantiate in code. You can instantiate it in one line of code in your Show event handler:
1 2 3 4 |
procedure TForm42.FormShow(Sender: TObject); begin TMerryChristmas.Create(self).Parent := self; end; |
I created it with Delphi 10.2.2 Tokyo, but it might work in earlier versions too.
I hope you have a happy holidays and I am looking forward to an amazing 2018 working with all of you!
Design. Code. Compile. Deploy.
Start Free Trial Upgrade Today
Free Delphi Community Edition Free C++Builder Community Edition