ALLPlayer is a powerful media player software that will literally will play almost all the media and formats that you encounter in any given day and it is built in Delphi. According to ALLPlayer it has had over 19 MILLION downloads. It can handle 3G2, AVI, MKV, AVI, FLV, DAT, MOV, M2TS, MP4, 3GP, VOB, MPG, APE, AU, MKA, MP3, OGG, WAV and AC3 formats, as well as DVDs, audio CDs, animated GIFs and…
Learn To Use Python Objects Inside Your Delphi Source Code With This Windows Sample App
December 2, 2020
Sometimes we may need to use Python objects like COM automation objects, inside your Delphi source code. Thinking about how to do it? Don’t worry. Python4Delphi has an excellent library unit that does for us. Using this we just create python objects by passing values…
Manage Your Collection Of Pages Easily With TCardPanel Component For Your Delphi VCL Application
December 2, 2020
We know TPanel Control has methods to help manage the placement of child controls embedded in the panel. You can also use panels to group controls together, similar to the way you can use a group box. How about having a collection of cards or pages which help to manage…
Learn How To Use FireDAC In The Dynamic-Link Libraries With DLL Sharing Sample In Delphi
December 2, 2020
To this end, the sample uses theCliHandleandSharedCliHandleproperties of theTFDConnectionclass.
Location
You can find theDLLSharingsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to:Object PascalDatabaseFireDACSamplesComp LayerTFDConnectionDLL_SharingSubversion Repository:You can find…