CodeDelphi

Gain A Python Performance Revolution With Delphi

According to TIOBE Python has overtaken Java and is most likely to overtake C in the near future. Python is the most searched language according to PYPL Index. There are some advantages to using Python for this popularity. Here are some advantages: Python is easy to read, learn and write.Improved productivity due to its simplicity.Effectively executes the code sequentially line by line which…
Read more
C++Code

What Are C++ Live Data Bindings, Charts And Vectors?

Hello C++ Developers, C++ Builder has a lot of specific great features for handling and linking to data as well as different ways to visualize what you’ve retrieved. You can use visual bindings on the standard components or you can use it with data components as a…
C++Code

More On Using C++ Builder Path Manipulation Routines

Hello C++ Developers, This week is another great week. The new RAD Studio 11,C++ Builder 11, Delphi 11are released withgreat new featuresand according to our tests on the most of examples ofLearnCPlusPlus.org are working well with the latest RADS 11. If you are new to RAD Studio, we think these posts may help you much as a rapid introduction to programming in C++…
Read more
CodeDelphiRAD Studio

How To Build A Powerful Real-Time Stock Market App

Wouldn’t it be nice to have Stock Market Data in Real-Time, Intraday & Historical Market information for your business and be able to instantly retrieve up-to-date data for any ticker down to the minute, request intraday quotes, or search 30+ years of accurate historical market data? The stockmarket API is capable of delivering accurate data for 170,000+ worldwide stock tickers, from more…
Read more
CodeDelphi

5 Ways To Enhance The Security Of Windows Apps

Every organization wants to get ahead of security, and security is essential for everyone. Having a secure system always helps you to avoid future problems with your customers. These current advanced and different technologies that you use give lots of risks to…
CodeDelphi

11 Tutorials For Working With Ethereum From Delphi

Ethereum is used to create decentralized applications that utilize the benefits of cryptocurrency and blockchain technology. These decentralized applications (dapps) can be trustworthy, which means that once they are deployed to the Ethereum network, they will always run as…
CodeDelphiTech Partner

How To Create Your Own Components For The FastReport Dialog

When creating a report, it is important not only to make a nice printable form that will display the data the user needs but also a convenient pre-print dialog, where the user can set the parameters to generate the report. The FastReport preprint dialog already contains a number of components, for example, Label, Edit, Button, Memo. But sometimes this is not enough and you have to create your…
Read more