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
DelphiNews

Announcing DelphiCon WorldWide 2020

We are organizing DelphiCon WorldWide as an online Delphi focused event for 2020. This event is different from CodeRage of past as DelphiCon is focused on Delphi. Three days – Tuesday, November 17th through Thursday the 19th. 9 AM to 1 PM CST each dayOnly one track…
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
DelphiRAD StudioTech Partner

Powerful JPEG Video Streaming Library For Delphi And C++ Builder.

It is easy to create a video streaming server and client in your applications. The Video Stream library from WINSOFT allows you incorporate video streaming capability in your Delphi and C++Builder projects. How to install component 1) Download the component archive here.2) Extract files from the archive to any folder.3) You need to copy all of the files from the folder corresponding to the…
Read more