Pabitra Dash
C++ supports various string and character types, and provides ways to express literal values of each of these types. A string literal represents a sequence of characters that together form a null-terminated string. The characters… … Read more
4 years ago in C++ , char16_t , char32_t , Code , learn c++ , new character type , programming , RAD Studio , string literals , Unicode string literals , windows
0
Konstantin Tomov
The Arrays sample shows you how to use the TFDParam.ArrayType property to send arrays to a database server. To this end the ArrayType property is set to atTable.Note: This demo establishes a connection to the Interbase localhost server by default, using the SYSDBA user…. … Read more
4 years ago in android , Array , Code , database , Delphi , firedac , InterBase , ios , linux , macos , object pascal , programming , RAD Studio , windows
0
Diego Souza
To follow up our current engagement with Linux development, let’s take a look on this incredible pack of sample projects available for download, to show some amazing functions that you can use on your Linux… … Read more
4 years ago in Code , Delphi , FireMonkey , FMX , IDE , linux , object pascal , PAServer , programming , screenshot , Ubuntu
0
Konstantin Tomov
This sample shows the use of FireDAC database connection using SQLite. Also, it shows how to use a TBindNavigator control. Location You can find the FMGettingStarted project at: Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to: Object… … Read more
4 years ago in android , Code , database , Delphi , firedac , ios , linux , macos , object pascal , programming , RAD Studio , SQLite , windows
0
Muminjon
Graphics32 is a graphics library for Delphi. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphics primitives. In most cases, Graphics32 considerably outperforms the standard TBitmap/TCanvas methods. However, they are rewritten to accelerate and… … Read more
4 years ago in Delphi , delphi graphics , delphi tbitmap , delphi tcanvas , delphi vcl , graphics32 , object pascal , programming , RAD Studio , vcl , windows
0
Muminjon
Cloud Computing and cloud services are now in demand. You can see every new application or system using cloud technologies like Azure Files, Amazon S3, OneDrive, or DropBox. These services offer enterprise-grade and robust file… … Read more
4 years ago in amazon , azure files , C++ , C++ Builder , cloud files , cloud storage , Delphi , dropbox , google drive , ipworks cloud , object pascal , programming , windows
0
Anbarasan
Do you want to build a GUI App with Textual Data Processing capabilities? In this post will get to understand how to use TextBlob Python Library using Python4Delphi in Delphi/C++ application. TextBlob provides access to common text-processing…… … Read more
4 years ago in C++ , Code , Delphi , GuiProgramming , Learn Python , nlp , programming , Python , python gui , python4delphi , PythonGUI , TextBlob , Textual Data Processing
0
Embarcadero Admin
NuSphere PhpED is a powerful native Windows IDE for PHP and it is built in Delphi. According to the developer’s site it handles PHP, HTML, CSS, XML, SMARTY, XHTML, and more. Additionally, they state that… … Read more
4 years ago in CSS , Delphi , html , object pascal , php , phped , programming , Showcase , Web Development , webdev , windows
0
Muminjon
I have seen several complex embedded Delphi systems in several industries running smoothly. And they have used 3rd parts components or libraries for data communications. One of the best and known toolkits is the Async… … Read more
4 years ago in asyncpro , C++ , C++ Builder , Delphi , fax , object pascal , programming , serial port , tapi , terminal , voip , windows
0
Pabitra Dash
Default template arguments are specified in the parameter lists after the = sign. Defaults can be specified for any kind of template parameter (type, non-type, or template), but not to parameter packs. If the default… … Read more
4 years ago in C++ , cbuilder , Code , Default template arguments , function templates , ios , learn c++ , programming , RAD Studio , template arguments , template parameter , windows
0
Konstantin Tomov
The Indices sample shows you how to use the Indexes property of TFDQuery in order to specify a collection of indexes at design time and determine the data view of each index, including a sort order of the records. Moreover, you… … Read more
4 years ago in android , Code , database , Delphi , firedac , ios , linux , macos , object pascal , programming , Query , RAD Studio , view , windows
0