Pabitra Dash
BCC32, which is the classic C++Builder 32 bit compiler, includes the use of rvalue references, which allow creating a reference to temporaries. When you initialize to an class object using an rvalue(a temporary object), C++11… – Details…
3 months ago in C++, Code, RAD Studio
0
Anbarasan
How to connect to MongoDB server using FireDAC component to List the databases available, and explore the data using MongoDBDataset and MongoDBQuery. – Details…
3 months ago in Code, database, Delphi, MongoDB, MongoDB Explore Sample, object pascal, programming, TFDMongoQuery, TMongoDatabase.ListCollections, windows
0
Anbarasan
Before knowing how to bridge FireMonkey application and JavaScript using ScriptGate, Let’s understand what is Native App and Hybrid App? What’s the difference between them? How to develop a Hybrid App using Delphi? Is it… – Details…
3 months ago in Code, Delphi, Electron, FMX Application, javascript, NativeVsHybridApp, object pascal, programming, RAD Studio, ScriptGate, windows
0
Muminjon
StoreIn this session, you can how to take advantage of the new Windows Subsystem for Linux (WSL) to develop, debug, and deploy Linux applications from Delphi. What is the Windows Subsystem for Linux (WSL) Windows… – Details…
3 months ago in Code, Delphi, delphi linux, delphi wsl, firemonkey linux, linux firemonkey, RAD Studio, wsl
0
Anbarasan
We know Delphi supports Multithreading. Multithreading in Python can be achieved using Python Module Threading. However, In a use case like Delphi Application embedding Python(Python4Delphi) or CPython, the interpreter is not fully thread-safe. In order… – Details…
3 months ago in C++, Code, Delphi, object pascal, programming, Python, python gui, Threads using Python, windows
0
Anbarasan
MongoDB is a document database, which means it stores data in JSON-like documents, the most natural way to think about data, and is much more expressive and powerful than the traditional row/column model. How about… – Details…
3 months ago in Code, Delphi, ListView Sample App, MongoDB, MongoDB Restaurants Demo, object pascal, programming, RAD Studio, TFDPhysMongoDriverLink
0