Embarcadero Admin
Stephen, Mary, and Al are back and walk you through the process of modernizing and migrating a legacy C++ application to the new C++Builder 10.4, specifically incorporating InterBase and FireDAC connections, among other innovations. Yesterday’s… … Read more
4 years ago in API , C++ , cbuilder , learn c++ , migrate , programming , RAD Studio , REST , upgrade , Video
0
Muhammad Azizul
This post will demonstrate how to run another Python feature in Python4Delphi with RAD Studio: Loops in Python GUI and gets the output. Loops are one of the most powerful and basic concepts in programming……. … Read more
4 years ago in cbuilder , Delphi , GuiProgramming , Learn Python , loops , programming , Python , python gui , python4delphi , RAD Studio , radstudio , windows , windows app
0
Azfar Bakht
Python is one of the worlds most popular languages with an extensive community support. Which makes it an ideal choice for beginners and experts alike! Delphi, the program behind many stunning visual applications, recognizes the…… … Read more
4 years ago in cbuilder , Classes and Objects , Delphi , DelphiVCL , GuiProgramming , Learn Python , learn python gui , object pascal , Object-Oriented Programming , programming , PyObjectClass , Python , python gui , Python GUI Frameworks , Python Strings , python windows , python4delphi , PythonExpression , PythonGUI , PythonModules , PythonScript in VCL , radstudio , windows
0
Azfar Bakht
Delphi is a powerful platform used by developers worldwide, to make stunning visual applications. Python, on the other hand is a powerful, general purpose object oriented language. Did you ever wonder if the power of…… … Read more
4 years ago in cbuilder , Delphi , DelphiVCL , GuiProgramming , Learn , Learn Python , learn python gui , object pascal , programmin , programming , Python , python gui , Python GUI Frameworks , Python Strings , python windows , python4delphi , PythonExpression , PythonGUI , PythonModules , PythonScript in VCL , strings , vcl , windows
0
Pabitra Dash
C++11 adds atomic types and operations to the standard. Atomic types and operations provide a way of writing multi-threaded applications without using locks. Atomic types are types that encapsulate a value whose access is guaranteed… … Read more
4 years ago in Atomic , Atomic operations , Atomic types , C++ , cbuilder , Code , learn c++ , programming , race condition , RAD Studio , windows
0
Azfar Bakht
Python is one of the world’s most popular languages and Delhpi is an amazing platform that allows developers to build stunning visual apps. Together, Python and Delphi result in the extraordinary feature that we call Python4Delphi……. … Read more
4 years ago in cbuilder , Delphi , DelphiVCL , GuiProgramming , Learn Python , Python , python gui , Python GUI Frameworks , Python Strings , python windows , python4delphi , PythonModules , PythonScript in VCL , String Formatting , windows
0
Pabitra Dash
In C++, it is possible to create synonyms that can be used instead of a type name. This is achieved by creating a typedef declaration. This is useful in several cases, such as creating shorter… … Read more
4 years ago in Alias templates , C++ , cbuilder , Code , learn c++ , programming , RAD Studio , Templates , type aliases
0
Muhammad Azizul
This post will demonstrate how to run another Python feature in Python4Delphi with RAD Studio: Conditions and Decision Making in Python GUI apps and gets the output. Decisions in a program are used when the…… … Read more
4 years ago in cbuilder , condition statements , Delphi , GuiProgramming , Learn Python , programming , Python , python gui , python4delphi , RAD Studio , radstudio , windows , windows app
0
Pabitra Dash
Default template arguments are specified in the parameter lists after the = sign. Defaults can be specified for any kind of template parameter (type, non-type, or template), but not to parameter packs. If the default… … Read more
4 years ago in C++ , cbuilder , Code , Default template arguments , function templates , ios , learn c++ , programming , RAD Studio , template arguments , template parameter , windows
0
Muhammad Azizul
In our Learn To Build A Hello World Python GUI In A Delphi Windows App post, we already demonstrate the combining strength of Delphi and Python for your applications. We learn about all the components…… … Read more
4 years ago in cbuilder , Delphi , GuiProgramming , Learn Python , programming , Python , python gui , python4delphi , RAD Studio , radstudio , variables and types , windows , windows app
0
Muhammad Azizul Hakim
How about combining the strength of Delphi and Python for your applications to provide first-class solutions for your customer needs? Or you are an expert in Delphi who want to also work with Python, as…… … Read more
4 years ago in cbuilder , Delphi , GuiProgramming , Hello World , Learn Python , programming , Python , python gui , python4delphi , RAD Studio , radstudio , windows , windows app
0
Azfar Bakht
Python is a powerful, general purpose object oriented language and Delhpi is an amazing platform that allows developers to make visual apps. Combining the power of the two results in the extraordinary features and capabilities…… … Read more
4 years ago in Basic Operators , cbuilder , Delphi , GuiProgramming , Learn , Learn Python , learn python gui , object pascal , programming , Python , python gui , python windows , python4delphi , PythonScript in VCL , radstudio
0
Azfar Bakht
The strength of Delphi combined with Python gives its users the chance to fast track their development processes and deliver excellent applications with ease! This tutorial helps you accomplish just that. With Python4Delphi (P4D) you…… … Read more
4 years ago in cbuilder , Delphi , gui , GuiProgramming , Learn Python , Lists , object pascal , P4D , programming , Python , python gui , python windows , python4delphi , windows , windows app
0
Pabitra Dash
C++11 standard allows the inline keyword in a namespace-definition. An inline namespace is a namespace that uses the optional keyword inline in its original-namespace-definition. We can see from above example that members of an inline… … Read more
4 years ago in C++ , cbuilder , Code , IDE , inline , Inline namespaces , learn c++ , namespaces , programming , RAD Studio , windows
0