CodeDatabaseDelphiRAD Studio

Learn How To Create A Database Login Dialog In Delphi With The FireDAC.TFDGUIxLoginDialog Sample

This sample describes how to use TFDGUIxLoginDialog in FireDAC GUI applications to allow users to enter their database credentials to connect to a DBMS. The same component also allows users to manage their passwords. The sample connects to a database using a TFDConnection. Location You can find theTFDGUIxLoginDialogsample project at: Start | Programs | Embarcadero RAD…
Read more
CodeDatabaseDelphiRAD Studio

Learn How To Implement Auto-Incremental Fields In This FireDAC.AutoincFields Sample For Delphi

FireDAC allows the insertion of a new record with an auto-incrementing column and getting back a new value of this column. That works for immediate updates, as well as forcached updates. Depending on the DBMS, the auto-incrementing fields may be implemented either using a special IDENTITY (or similar) column data type, or using a generator (or a sequence) and a table…
Read more
CodeDelphiRAD StudioTech Partner

PasDoc Is An Amazing Documentation Tool For Object Pascal Source Code

Note the following information has been made available by the author of PasDoc regarding the tool. Documentation is generated from comments found in the source code or from external files. Many formatting @-tags are supported. Many output formats are supported, including HTML and LaTeX. Usage SeeWhereToPlaceComments,WritingDocumentationandSupportedTagsfor…
Read more
C++CodeIDERAD Studio

C++ Builder 10.4.x Platform APIs

C++ Builder provides three levels of development: ⦁ Components (VCL and FMX) ⦁ Common Libraries (RTL). ⦁ Platform APIs (iOS, Android, Mac OS) In this post we will discuss and show how to use the Platform APIs (iOS, Android, Mac OS). Specifically, we’ll look at…
CodeDelphiRAD StudioTech Partner

Custom High Performance VCL Component Suite For Delphi/C++ Builder By ErrorSoft

EsVCLComponents – Free ErrorSoft Vcl Components – a free library of VCL components for Delphi and C++Builder. This new controls and components to improve the appearance applications and to better user experience. All components have best support transparency, not flicker, and has support Interesting possibility for double buffering for TGraphicControl heirs. Components support visual…
Read more