Python GUI Admin
We know Delphi supports Multithreading. Multithreading in Python can be achieved using Python Module Threading. However, In a use case like Delphi Application embedding Python(Python4Delphi) or CPython, the interpreter is not fully thread-safe. In order…… … Read more
4 years ago in C++ , Delphi , GuiProgramming , object pascal , programming , Python , python gui , threading , Threads using Python , windows
0
Muminjon
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… … Read more
4 years ago in Code , database , Delphi , delphi backend , delphi frontend , delphi tms , object pascal , programming , tms xdata , windows
0
Embarcadero Admin
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… … Read more
4 years ago in Delphi , environmental , geotechnical , Mining , object pascal , petroleum , rockware , rockworks , Showcase , windows
0
Anbarasan
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… … Read more
4 years ago in C++ , Code , Delphi , Event Log window , IDE , log , object pascal , programming , python4delphi , RAD Studio IDE , windows
0
Konstantin Tomov
This sample implements a multithreaded application, where each thread uses the IFDPhysConnection interface to establish a connection. The multiple connection establishments may lead to performance degradation across the whole system. To avoid this, you can enable the Pooled property to use… … Read more
4 years ago in Code , Connection , database , Delphi , firedac , object pascal , Pooling , programming , RAD Studio , windows
0
Muminjon
This FireMonkey UI template designs for implementing a login screen in a multi-device application. And shows how to utilize FireMonkey designing guidelines. As you can see, this FireMonkey UI template is responsive and ready to utilize in… … Read more
4 years ago in C++ , Delphi , delphi firemonkey , FireMonkey , firemonkey templates , ios , linux , login screen , macos , object pascal , programming , windows
0
Python GUI Admin
Want to build a Delphi/C++ builder Application that should exchange values between Delphi and Python Objects. Not sure how to do it? Python4Delphi has two powerful components to achieve this faster, you can use either…… … Read more
4 years ago in C++ , cbuilder , Delphi , GuiProgramming , Learn Python , object pascal , programming , Python , python gui , windows
0
Python GUI Admin
An event links an occurrence in the system with the code that responds to that occurrence. The occurrence triggers the execution of a procedure called an event handler. The event handler performs the tasks that…… … Read more
4 years ago in C++ , Delphi , events , GuiProgramming , Learn Python , object pascal , programming , Python , python gui , Win32 , windows
0
Muminjon
Delphi – Game Development … Read more
4 years ago in android , Delphi , delphi firemonkey , delphi game development , firemonkey game development , game development , ios , macos , object pascal , programming , RAD Studio , windows
0
Python GUI Admin
How about wrapping your Delphi Objects to Python Objects with a single line of code? Sounds Interesting? Yes, Python4Delphi has the flexibility to do that using a TPyDelphiWrapper component. This benefits Delphi Developers easily to…… … Read more
4 years ago in C++ , database , Delphi , firedac , GuiProgramming , MSSQL , MYSQL , object pascal , Oracle , PostgreSql , programming , Python , python gui , python4delphi , SQLite , TPyDelphiWrapper , windows
0
Python GUI Admin
Earlier we learned how to create a new Python Type for a Delphi Record using the TPythonType component’s property TheType. It’s also necessary to learn how to use Delphi classes for creating a new Python…… … Read more
4 years ago in Delphi , GuiProgramming , object pascal , programming , PyObjectClass , Python , python gui , python4delphi , TPythonModule , TPythontype , windows
0