News

Update your application UI with TMultiView

Author: nighthawk2032 To use the TMultiView component, drag and drop the TMultiView component onto your Multi-Device form. You can also use the Master/Detail Multi-Device template (File->New->Multi-Device Application) as a good starting point. The drawer is automatically invoked by swiping across the screen from either the left or the right side (depending on the placement of the…
Read more
Delphi

Setting a Tab Item Badge Value

Author: Chris Chuah I recently received some questions on how to display a circular badge icon and badge value on a tab item in TTabControl. Badge icons are commonly set to indicate a status change. The number displayed on the badge is frequently tied to a local notification or a push notification that’s been received. For example, popular social media apps show a badge value on the…
Read more
C++

Easily Connect Your Local Devices Together With App Tethering

With Delphi and C++Builder it is now easy to use App Tethering if you want to build applications that can communicate with other applications on the same machine or located on remote hosts. It is now simpler to communicate and share information across multiple platforms: mobile or Windows. For a quick intro, just to keep you interest alive and make you start building your first tethering…
Read more
News

Three Ways To Easily Embed A Database With Your Android And IOS Apps

There are numerous embedded databases that can be used with Delphi and C++Builder. Embarcadero provides two embedded databases: InterBase ToGo and IBLite. The SQLite Consortium created SQLite, an embedded SQL database engine. Finally, there’s TFDMemTable, which can save and load data from binary, XML, and JSON files, as well as query them via its LocalSQL property. Each embedded database has…
Read more