Python GUI Admin
Drawing graphics programmatically is a very popular task these days. You can easily solve it using Matplotlib library with Python4Delphi (P4D). P4D is a free set of instruments that allows you to work with Python…… … Read more
4 years ago in C++ , C++ Builder , Code , Delphi , GuiProgramming , object pascal , programming , Python , python gui , python4delphi , windows
0
Anbarasan
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… … Read more
4 years ago in C++ , card , cardpanel , cbuilder , Code , Delphi , GetIt Package Manager , object pascal , programming , TCardPanel , vcl , windows
0
Jim McKeeth
TwineCompile is an advanced compile system that uses multi-threading technology and caching techniques to make your C++Builder compiles 50x faster! This IDE Plugin is included free with an active Update Subscription for all C++Builder and… … Read more
4 years ago in C++ , News , Performance , TwineCompile , Webinar
0
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
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
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
Anbarasan
Get started with connecting Access database with FireDAC Components. Connection, … Read more
4 years ago in access , C++ , Code , Delphi , firedac , Master-Detail , ms-access , object pascal , programming , TFDAccessService , TFDPhyMSAccessDriverLink
0
Muminjon
Intro Most of Delphi and C++ Builder developers utilize preinstalled components and libraries to compress and decompress files. For instance, the System.Zlib which supports gzip and deflate, the System.Zip is also helpful to handle .zip… … Read more
4 years ago in brotli for windows , brotli libraries , brotli library for c++ builder , brotli library for delphi , C++ , cbuilder , data compression in c++ builder , data compression in delphi , Delphi , how to compress files in c++ builder , how to compress files in delphi , learn c++ builder , learn delphi programming language , object pascal , Tech Partner
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