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…
Learn To Build A Python GUI For Working with HTTP Requests With Requests Library In A Delphi Windows App
December 1, 2020
Python for Delphi (Python4Delphi , P4D) with Requests library allow you to execute Http requests in Python GUI for Windows. Python4Delphi is a free tool that can run Python scripts, work with new Python types and modules in Delphi. In this post, we will learn at how to run…
Lovingly Crafted Software To Plan And Simulate Virtual Model Railroads Is Built In Delphi
December 1, 2020
The 3D Train Studio is an easy-to-use application for planning your perfect model railway and it is built in Delphi. With 3D Train Studio, users can construct their own unique, detailed layouts on their PCs with thousands of tracks to choose from. They can create…
Combine Front End, Back End, And Business Logic In Modern Full-Stack Development With Delphi
December 1, 2020
Many application developers are building a web version of their services to get more users. For instance, you do not always have the same phone or same laptop to utilize the application, if the application has a web version everything is done.
In this webinar, you can see what is new with TMS Software and how you can use their full range of components to modernize your Windows 10…
Powerful Petroleum And Mining Software For Surface And Subsurface Data Visualization Is Built In Delphi
November 30, 2020
Over the past three decades, Golden, Colorado-based RockWare, Inc. has established itself as a leader in the highly specialized geological mapping and modeling sector. Its flagship product, RockWorks, creates 3-dimensional geological models of the earth’s subsurface for…
Sometimes developers need to log the output messages in Delphi for debugging purposes. You might aware this can be achieved by the windows API OutputDebugStringA. How about direct your python output messages to the Delphi Events Log Window? Yes, Python4Delphi has a…
This sample implements a multithreaded application, where each thread uses theIFDPhysConnectioninterface to establish a connection. The multipleconnection establishmentsmay lead to performance degradation across the whole system. To avoid this, you can enable thePooledproperty to use theconnection pooling.
Location
You can find…