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
DelphiIDENewsTech Partner

Accelerate Development With The Latest FMX And VCL Packages Via Embarcadero GetIt

The RAD Studio IDE has a package manager called GetIt built in which that allows you to browse, download, purchase, and install packages. Packages provide libraries, components, IDE extensions, SDKs, styles, samples, and more. Packages available in the package manager can be browsed on theEmbarcadero GetItsite and installed in the IDE or via a command line. Additionally, the latest…
Read more
DelphiRAD Studio

Powerful Enterprise-Grade Barcode Scanning Library Available For Delphi

One of the best and popular barcode scanning library for Delphi isZXing.Delphilibrary. ZXing Barcode Scanning Object Pascal library for Delphi VCL and Delphi Firemonkey. ZXing.Delphiis a native Object Pascal library that is based on the well known open source Barcode Library: ZXing (Zebra Crossing). This port is based on the .Net Redth port of ZXing and the Java one. It is…
Read more
CodeDatabaseDelphiRAD Studio

Quickly Build A Drawer With The TMultiView Component For Android And iOS Apps Using FireMonkey In Delphi

The MultiViewDemo sample demonstrates how to build an application that implements the “master-detail” interface and how to use the master panel presentation modes. In this post, we’ll show a sample that allows you to change the master panel characteristics, such as mode, placement, sliding mode, shadow properties, etc, with the help and use of Windows App Development Tools.
Read more