CodeDatabaseDelphiRAD Studio

Learn How Easy It Is To Map Dataset Columns With A Table Adapter In FireDAC For Delphi

TheCommandssample shows you how to set up column mappings. Location You can find theMappingColumnssample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to: Object PascalDatabaseFireDACSamplesDApt LayerMappingColumns Subversion Repository: You can find Delphi code samples inGitHub Repositories. Search by name into…
Read more
CodeDelphi

Robust DataSet To JSON And JSON To DataSet API For Delphi

Most of the time, developers tend to use DataSet to manipulate the data in their applications. DataSet is helpful because it stores data in the dataset’s fields array property. You can easily access these values by number or by name. Moreover, each field can be used to read or modify the current record’s data by using its Value property or type-specific properties such as AsString…
Read more
C++Delphi

Easily Build A Cross-Platform Tic-Tac-Toe Game In Delphi FireMonkey With Visual Shape Controls

Since the launch of the GetIt package manager a significant number of components and libraries distributed on GetIt. One of them is Radiant Shapes, which is a bonus pack for RAD Studio developers. Radiant Shapes includes 30+ reusable shape components that are very responsive. It supports all platforms. All of the Radiant Shapes components include valuable design-time menus to create common…
Read more