Python GUI Admin
A Module is a file containing Python definitions and statements similar to the unit file in Delphi. To learn more about Python modules check this tutorial. How to create such Python Modules in Delphi using…… … Read more
4 years ago in C++, cbuilder, Code, Delphi, GuiProgramming, object pascal, programming, Python, python gui, python4delphi, PythonModules, TPythonGUIInputOutput, TPythonModule, windows
0
Pabitra Dash
There are escape characters in C++ like “n” or “t”. When we try to print the escape characters, it will not display on the output. To show the escape characters on the output screen we… … Read more
4 years ago in C++, cbuilder, Code, literals, programming, RAD Studio, Raw string literals, string, string literals, windows
0
Python GUI Admin
Earlier in the Python4Delphi Demo 3 post, we have learned how to create a Python Delphi Variable using the TPythonDelphiVar component, assign some value to it, and showed the value as a string. You can…… … Read more
4 years ago in cbuilder, Code, Delphi, GuiProgramming, object pascal, programming, Python, python gui, python4delphi, TPythonDelphiVar, TPythonDelphiVar Events, TPythonGUIInputOutput, windows
0
Konstantin Tomov
Cryptography … Read more
4 years ago in android, Code, Cryptography, Delphi, ios, macos, object pascal, programming, RAD Studio, Tech Partner, techpartner, windows
0
Konstantin Tomov
EMS.Sample … Read more
4 years ago in Code, Delphi, linux, Multi-Tenancy, multi-tenant, object pascal, programming, rad server, RAD Studio, REST, windows
0
Muminjon
First and only installer with full-stack ARM64 support, including triple-hybrid installers with X86, AMD64-EM64T, and ARM64 targeting from a single setup package. Also, the first installer with Next-Generation MSIX Package Builder. InstallAware is based on… … Read more
4 years ago in appx, arm64, Delphi, exe, GetIt, Install, installer, installshield, msix, RAD Studio, setup, Tech Partner, windows
0
Pabitra Dash
The alignment requirement of a type is a divisor of its size. For example, a class with size 16 bytes could have an alignment of 1, 2, 4, 8, or 16, but not 32. (If… … Read more
4 years ago in alignas, Alignment support, C++, c++11, cbuilder, Code, IDE, programming, std::align, windows
0
Anbarasan
We are aware of how to use TStringList in Delphi. we learned how to create a Python type using Delphi classes. Thinking How to create an iterator in Delphi Which holds python objects? This post… … Read more
4 years ago in C++, cbuilder, Code, Delphi, Iterator, object pascal, programming, Python, python gui, python4delphi, windows
0
Python GUI Admin
Python for Delphi (Python4Delphi , P4D) with Requests library allow you to execute Http requests in Python GUI for Windows. Python4Delphi is a free tool that can run Python scripts, work with new Python types…… … Read more
4 years ago in C++, Code, Delphi, GuiProgramming, HTTP, Learn Python, library, object pascal, programming, Python, python gui, requests, windows
0
Konstantin Tomov
FireDAC represents a range type column as a ftADT field with 3 subfields: lbound – lower range bound. hbound – upper range bound. flags – range flags. Note: Columns of range type are read-only. This sample updates them using SQL commands…. … Read more
4 years ago in Code, database, Delphi, firedac, object pascal, PostgreSql, programming, RAD Studio, ranges, SQL, windows
0