Muhammad Azizul Hakim
C++ ABIs or more specifically: DelphiVCL.Application.CPP_ABI_1, DelphiVCL.Application.CPP_ABI_2, and DelphiVCL.Application.CPP_ABI_3 inside DelphiVCL.Application is C++ ABIs (Application Binary Interfaces, which are implemented under the hood, including how parameters are passed, such as in a register or on…… … Read more
4 years ago in api references , Delphi , DelphiVCL , GuiProgramming , programming , Python , python gui , windows , windows app
0
Milton Coyne
Application Programming Interfaces or simple APIs play a very huge role in windows app development. One of its core functions is to simplify software development and innovation by enabling applications to exchange data and functionality… … Read more
4 years ago in API , apilayer , Coding , data , Delphi , DelphiCon , DelphiCon 2021 , Learn , learn delphi , object pascal , programming , tcoffee and code , Videos
0
Derek Johnson
Java was developed by Sun Microsystems and was later acquired by Oracle in 1995. According to its Wikipedia page, “Java is a high-level, class-based, object-oriented programming language, designed to have as few implementation dependencies as… … Read more
4 years ago in .NET , .net framework , Delphi , java , programming
0
Milton Coyne
JSON plays a huge role in windows application development, especially when transmitting data in web applications. The JSON format is used for serializing and transmitting structured data over a network connection. Nowadays, most developers are… … Read more
4 years ago in Coding , data , Delphi , DelphiCon , DelphiCon 2021 , JSON , JSON in Delphi , Learn , learn delphi , object pascal , programming , tcoffee and code , Videos
0
Derek Johnson
Microsoft’s .Net is one of the most popular technologies used by businesses to power mission-critical digital services. Millions of developers use C#, ASP.Net, etc., to develop different types of widely used software solutions, primarily for… … Read more
4 years ago in .NET , .net framework , Delphi , JSON , Optimization , programming , RAD Studio , REST Debbuger
0
Milton Coyne
In this video from the recently concluded DeplhiCon 2021, we will learn everything about the ECS or Entity Component Systems and how this particular method differs from traditional programming. This webinar is hosted by Erik… … Read more
4 years ago in Coding , data , Delphi , ECS , Learn , learn delphi , object pascal , programming , tcoffee and code , Videos
0
Yılmaz Yörü
Hello C++ Developers, Today we picked up some great posts that focus on these areas: File Attributes, File Path in Strings, Transparent Apps, Sepia and Emboss Effects. LearnCPlusPlus.org is packed full of great articles for professionals… … Read more
4 years ago in C++ , cbuilder , ChangeFilePath , Code , Emboss Effect , nonrectangular apps , programming , Sepia Effect , SetAttributes , TEmbossEffect , Transparency , TSepiaEffect
0
Dalija Prasnikar
Productivity is a highly subjective topic. What makes one person productive might not work for another. However, that doesn’t mean that sharing your own experience is not useful for other people. If some of the… … Read more
4 years ago in Productivity , programming
0
Milton Coyne
When you develop Windows software, the user’s first experience with your product should be a stable and reliable installer. It’s an important component of successful software. Interestingly, there are a great number of Windows installers… … Read more
4 years ago in Coding , data , Delphi , DelphiCon , DelphiCon 2021 , innosetup , Learn , learn delphi , News , nsis , object pascal , programming , tcoffee and code , Videos
0
Muhammad Azizul Hakim
During windows development, or in fact any similar apps, use the FreeInstance method or DelphiVCL.Application.FreeInstance to deallocate memory allocated by a previous call to the NewInstance method. All destructors call FreeInstance automatically to deallocate memory…… … Read more
4 years ago in api references , Delphi , DelphiVCL , GuiProgramming , programming , Python , python gui , windows , windows app
0