Muminjon
XML Mapper is an updated version of the XML Mapper that ships with RAD Studio. With the XML Mapper, you can define the mappings between generic XML documents and the data packets that client datasets… … Read more
4 years ago in cbuilder, Delphi, delphi xml, IDE, object pascal, programming, RAD Studio, radStudio Xml mapper, schema, windows, XML, XML Mapper
0
Muhammad Azizul
Illegal operations in Python can raise exceptions. There are plenty of built-in exceptions in Python that are raised when corresponding errors occur. This post will demonstrate how to run another Python feature in Python4Delphi with…… … Read more
4 years ago in cbuilder, Delphi, exception handling, GuiProgramming, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, radstudio, windows, windows app
0
Embarcadero Admin
See first hand how to develop faster with the extra features included in the RAD Studio Architect edition, including Aqua Data Studio, Sencha Ext JS, Ranorex. This low code RAD demo includes the development of… … Read more
4 years ago in android, architect, C++, cbuilder, Delphi, ios, linux, macos, programming, RAD Studio, windows
0
Yılmaz Yörü
Hey, beginners, new C++ Developers, or Developers who want jump into the awesome C++ Builder world. C++ Builder is the easiest and fastest C and C++ IDE for building simple or professional modern applications on… … Read more
4 years ago in C++, C++ Builder, C++ tutorial, c++11, c++17, cbuilder, components, Hello World, İntroduction, ios, learn c++, modern c++, programming, RAD Studio, tutorial, windows
0
Muhammad Azizul
Have you ever had to work with a dataset so large that it overwhelmed your machine’s memory? Or maybe we have a complex function that needs to maintain an internal state every time it’s called,…… … Read more
4 years ago in cbuilder, Delphi, generators, GuiProgramming, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, radstudio, windows, windows app
0
Muhammad Azizul
Like many other programming languages, Python supports modularity. That is, we can break large code into smaller and more manageable pieces. And through modularity, Python supports code reuse. We can import modules in Python into our programs…… … Read more
4 years ago in cbuilder, Delphi, GuiProgramming, Learn Python, modules and packages, programming, Python, python gui, python4delphi, RAD Studio, radstudio, windows, windows app
0
Eli M. (MVP)
Modern CPUs like the AMD Ryzen 9 5950x with their 16 cores and 32 threads offer a significant productivity boost when developing C++ projects for Windows. As we saw in the previous post (Compile 1… … Read more
4 years ago in 5950x, amd 5950x, C++, cbuilder, Delphi, parallel, parallel build, parallel compile, programming, RAD Studio, ryzen 9, TwineCompile, windows
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 that and more. With Python4Delphi (P4D) you can…… … Read more
4 years ago in C++, cbuilder, Delphi, DelphiVCL, Learn Python, learn python gui, Python, python gui, Python GUI Frameworks, Python Strings, python windows, python4delphi, PythonExpression, PythonGUI, PythonModules, PythonScript in VCL, windows
0
Pabitra Dash
Given some class C with a data member m, the current standard makes it ill-formed to refer to m in sizeof expressions without providing an object. For example, uses such as sizeof(C::m) (outside of C) or sizeof(m) (in a static member of C) are ill-formed…. … Read more
4 years ago in C++, cbuilder, Code, Extending sizeof, IDE, learn c++, programming, RAD Studio, sizeof, sizeof operator, windows
0
Pabitra Dash
Regarding virtual overrides, C++11 tends to tighten the rules, so as to detect some problems that often arise. In order to achieve this goal C++11 introduces two new contextual keywords: final specifies that a method cannot… … Read more
4 years ago in C++, cbuilder, Clang, Code, Explicit virtual overrides, Final, learn c++, override, programming, RAD Studio, Virtual, windows
0
Pabitra Dash
Extern templates is a feature supported by both BCC32 and the Clang-enhanced C++ compilers. Using extern templates thus reduces both compilation time and the size of the compiled module. This feature is part of the new C++11… … Read more
4 years ago in C++, cbuilder, Code, Explicit Instantiation and Declaration, extern, extern Template Usage, Extern templates, learn c++, programming, RAD Studio, windows
0
Muhammad Azizul
Python is object-oriented but also supports functional programming. This post will demonstrate how to run another Python feature in Python4Delphi with RAD Studio: Functions in Python GUI and gets the output. We will learn about…… … Read more
4 years ago in cbuilder, Delphi, functions, GuiProgramming, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, radstudio, windows, windows app
0
Pabitra Dash
A memory fence/barrier is a class of instructions that enforces memory loads/stores occur in expected order. Different from high level mutexes and atomics, memory fences are hardware dependent. C++11 improves the support for bidirectional fences…. … Read more
4 years ago in bidirectional, Bidirectional Fences, C++, cbuilder, Code, learn c++, memory barrier, memory fence, memory loads, memory stores, modern c++, RAD Studio, windows
0