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
Python GUI Admin
Earlier we have seen how to add methods in Python Module using Python4Delphi TPythonModule component’s Add Method. However, the Add Method parameter uses a PyCFunction type parameter. In many cases, we may need to define…… … Read more
4 years ago in cbuilder, Code, Delphi, GuiProgramming, object pascal, programming, Python, python gui, python4delphi, TDelphiMethod, TPythonEngine, TPythonModule
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
Python GUI Admin
Are you looking for a powerful machine learning library? Try OpenCV library for Python. You can run it with Python for Delphi (P4D). P4D is a free and simple with which you can run Python…… … Read more
4 years ago in C++, C++ Builder, Code, computer vision, Delphi, GuiProgramming, Machine Learning, object pascal, opencv, programming, Python, python gui, windows
0
Python GUI Admin
We have learned how to create a Python Module in Delphi and added some methods to it. It’s time to learn how to create a Python Type(Class) in Delphi. Creating a new class creates a…… … Read more
4 years ago in cbuilder, Code, Delphi, GuiProgramming, Learn Python, object pascal, programming, Python, python gui, python4delphi, TPyDelphiWrapper, TPythonEngine, TPythonModule, TPythontype
0