Merry Christmas from Embarcadero Technologies

by Dec 23, 2017

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:

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.

Ho Ho Ho! It's SQL Clause. He's making a table and sorting it twice. SELECT * FROM contacts WHERE behavior = 'nice'The elf writes the codeRudolf has seen bugs you would never believe!

The Spartan runs code reviews.

I hope you have a happy holidays and I am looking forward to an amazing 2018 working with all of you!