Friday, December 30, 2016

Media Player - Delphi tutorial (Tip for 10 )





Delphi example showing how to create Media Player.
Here you can see how to create Media Player with which you can play music and video files.
It is quite simple and easy way to do this with Delphi.

Sunday, December 18, 2016

Delphi tutorial - Tabbed interface (Tip for 10 )

Delphi example showing how to create tabbed interface.

Here you can see how to dynamically create Memo and Picture and put them in Active sheet ( active tab ).

Also some actions with tabs, add, edit caption, move, delete ...

Friday, December 2, 2016

Delphi tutorial - Use external fonts (Tip for 10 )

In this example I will show you how to use external fonts in your application, without installing font.
Following video shows details about creating this example, and below this video you can find source code for showed example.