Anbarasan
We know how to load and display Web content or local files in Delphi using TWebBrowser. It offers support for the basic functions of a browser, such as navigate to URL, go back, go forward, along with specific events. How… … Read more
4 years ago in BeautifulSoup Python Library , C++ , cbuilder , Code , Delphi , object pascal , programming , python4delphi , scraper , spider , web spider , WebScrapping , windows
0
Pabitra Dash
BCC32 implements new character types and character literals for Unicode. These types are among the C++11 features added to BCC32. Character Types char16_t and char32_t Two new types represent Unicode characters: char16_t is a 16-bit character type. char16_t… … Read more
4 years ago in C++ , C++ Character Types , cbuilder , char16_t , char32_t , Code , modern c++ , New character types , programming , RAD Studio , windows
0
FPiette
ICS V8.65 has been released at: http://wiki.overbyte.eu/wiki/index.php/ICS_Download ICS is a free internet component library for Delphi 7, 2006 to 2010, XE to XE8, 10 Seattle, 10.1 Berlin, 10.2 Tokyo, 10.3 Rio and 10.4 Sydney, and… … Read more
4 years ago in cbuilder , Delphi , Embarcadero , ICS
0
Anbarasan
How to wrap Delphi Object to Python Object and using Wrapped objects how to subclass, navigate among forms etc. … Read more
4 years ago in C++ , cbuilder , Code , Delphi , object pascal , programming , Python , python4delphi , TPyDelphiWrapper , windows
0
Pabitra Dash
In C++ 11, Variadic templates were explicitly designed to eliminate excessive code repetition in modern template libraries, by providing the ability to express a template that accepts an arbitrary number of parameters in a type-safe… … Read more
4 years ago in C++ , cbuilder , Code , partial specialization , programming , RAD Studio , template template parameters , Templates , Variadic templates , windows
0
Muminjon
Media Recording for FireMonkey … Read more
4 years ago in Audio , C++ , cbuilder , Delphi , FireMonkey , firemonkey android , firemonkey media , media recording , object pascal , programming , Tech Partner , Video
0
Anbarasan
How to create Multiple threads, execute , and stop the threads in between manually. … Read more
4 years ago in C++ , cbuilder , Code , Delphi , object pascal , pro , programming , Python , threading , Threads using Python , windows
0
Pabitra Dash
The keyword nullptr denotes the pointer literal. C++11 introduces nullptr, the null pointer constant, in order to remove the ambiguity between 0 and a null pointer. Although the NULL macro exists, it is insufficient because it cannot… … Read more
4 years ago in C++ , cbuilder , Code , constant , cpp , null pointer , programming , RAD Studio , windows
0
Python GUI Admin
As we know, a Variable stores a value so that you can reuse it later in your program. This reduces redundancy, improves performance, and makes your code more readable. What is Python Delphi Variable? This…… … Read more
4 years ago in cbuilder , Code , Delphi , GuiProgramming , object pascal , programming , Python , python gui , python4delphi , TPythonDelphiVar , TPythonEngine , TPythonGUIInputOutput , windows
0
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