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
DatabaseNews

5 Aqua Data Studio features for an Application Developer

Data has become one of the most important aspects to any company.  As databases evolve to support big(ger) data, highly available web applications, and deal with more complex levels of business logic, the applications that represent the user interface and business logic of this change have become more challenging. For many application developers, we don’t just write application code. We spend a…
Read more
C++DelphiTech Partner

Powerful Port And Memory-Mapped I/O Accessor For Delphi/C++ Applications On Windows.

Port-Mapped I/O and Memory-Mapped I/O is the key method to connect from CPU to I/O Peripherals. Do you need to write applications to access Memory-mapped IO addresses using Delphi/C++? Don’t know where to start? Don’t worry, WINSOFT helped us with a component to do the job quickly. Features: Access to I/O and memory-mapped ports on 32 and 64-bit WindowsPnP device drivers built…
Read more