Muhammad Azizul
A Closure in Python is a function object that remembers values in enclosing scopes even if they are not present in memory. It is a record that stores a function together with an environment: a…… … Read more
4 years ago in cbuilder , closure , Delphi , GuiProgramming , Learn Python , programming , Python , python gui , python4delphi , RAD Studio , radstudio , windows , windows app
0
Anbarasan
Do you want to Train Large scale semantic NLP Models in your Delphi GUI App? This post will get to understand how to use Gensim Python Library using Python4Delphi in Delphi/C++ application and learn the core concepts…… … Read more
4 years ago in Code , Delphi , fasttext , GenSim , GuiProgramming , Learn Python , nlp , python gui , python4delphi , RAD Studio , windows , Word2Vec
0
Muminjon
Database designing and maintaining the data is a crucial part of the developer’s job. Sometimes, you might need to compare SQL objects and records. Or maybe synchronize the structure and table data for many databases,… … Read more
4 years ago in C++ , compare , compare database , database , Delphi , delphi database , object pascal , programming , synchronize , synchronize sql databases , vcl , windows
0
Anbarasan
Sometimes Developers may need to perform implementations based on Machine’s Battery and CPU power status. How to collect such information’s quickly ? Don’t know how to do. Don’t worry. MiTec’s System Information Management Suite’s component helps… … Read more
4 years ago in Battery Charge Staus , battery power , C++ , Code , CPU Power status , Delphi , MiTeC System Information Management Suite , object pascal , programming , RAD Studio , Tech Partner , voltage , windows
0
Anbarasan
Do you need to Monitor Devices in your Machine from your Delphi Application? Don’t know where to start with ? Don’t worry. MiTec’s System Information Management Suite’s component helps to monitor your USB, Bluetooth devices or TV/monitor… … Read more
4 years ago in bluetooth , Code , Delphi , Keyboard , MiTeC System Information Management Suite , monitor , mouse , object pascal , programming , removable storage , Tech Partner , TMiTeC_DeviceMonitor , usb device , windows
0
Muhammad Azizul
Data serialization is the process of converting structured data to a format that allows us to share or store the data in a form that allows recovery of its original structure. In some cases, the…… … Read more
4 years ago in cbuilder , Delphi , GuiProgramming , Learn Python , programming , Python , python gui , python4delphi , RAD Studio , radstudio , Serialization , windows , windows app
0
Muminjon
Open encryption standards are best for security and privacy most of the time. Pretty Good Privacy (PGP) standard specifies encryption formats to facilitate private messaging capabilities for email and other message encryption. IPWorks OpenPGP is… … Read more
4 years ago in C++ , cbuilder , Component , decryption , Delphi , delphi openpgp , encrypt messages , object pascal , openpgp , pretty good privacy , privacy , windows
0
Embarcadero Admin
Sometimes your application needs a user interface, but what is the best way to make one for Python applications? Enter DelphiVCL for Python. The VCL is a mature Windows native GUI framework with a huge… … Read more
4 years ago in 2021 , Delphi , desktop , Learn Python , News , object pascal , programming , Python , python gui , vcl , Videos , windows
0
Hagop Panosian
Embarcadero commissioned a whitepaper to investigated the differences between Delphi, WPF .NET Framework, and Electron for building Windows desktop applications. The benchmark application – a Windows 10 Calculator clone – was recreated in each framework… … Read more
4 years ago in .net framework , comparison , Delphi , Electron , flexibility , FMX , functionality , object pascal , Performance , Productivity , programming , RAD Studio , vcl , whitepaper , windows , WPF
0
Konstantin Tomov
The CachedUpdates sample shows you how to work with the TFDMemTable class. To this end, TFDMemTable retrieves data from a database through TFDTableAdapter and TFDCommand. Then, the sample uses some methods and properties of TFDTableAdapter in order to implement some features related with the management of Cached… … Read more
4 years ago in CachedUpdates , Code , database , Delphi , firedac , ios , linux , macos , object pascal , programming , RAD Studio , tfdmemtable , windows
0
Anbarasan
Do you want to perform some Image Processing tasks in your Delphi GUI App? This post will get to understand how to use Mahotas Python Library using Python4Delphi in Delphi/C++ application. Mahotas is a computer vision and…… … Read more
4 years ago in C++ , Code , computer vision , Delphi , filtering , Image processing , Labeling , Learn Python , Mahotas , Python , python gui , python4delphi , PythonGUI , RAD Studio , threshold , windows
0
Konstantin Tomov
Running the FMX.TabletMasterDetailwithSearch Sample, it shows you two columns. The column on the left-hand side shows a list of people and includes a search box. The column on the right-hand side shows details (a picture,… … Read more
4 years ago in android , Code , cross-platform , Delphi , FMX , ios , macos , Master-Detail , object pascal , RAD Studio , Sample , tables , windows
0
Muhammad Azizul
A set in Python is an unordered collection of items. Every set element is unique (no duplicates) and must be immutable (cannot be changed). However, a set itself is mutable. We can add or remove…… … Read more
4 years ago in cbuilder , Delphi , GuiProgramming , Learn Python , programming , Python , python gui , python4delphi , RAD Studio , radstudio , sets , windows , windows app
0