Delphi

Filtering support for custom ListView layouts in Update 1

Using the dynamic appearance mode, you can create your own layouts, with multiple multiple text labels, images, icons and buttons. New in Update 1 is search filtering for custom appearance, allowing you to add automatic filtering to your custom lists. See filtering for custom TListView layouts in action by clicking here. Get on the latest edition of RAD Studio, Delphi, and C++…
Read more
C++

Adding headers to TListView programmatically

During today’s Delphi, C++Builder and RAD Studio 10 Seattle launch webinar, I got a question on how to add headers to TListView programmatically instead of using LiveBindings with a data source. Here is a quick code snippet showing how to programmatically add TListView…
News

Adding alphabetical sorting with A-Z headers to your lists

Author: Masood B6450 Using Visual LiveBindings, custom LiveBindings expressions and TListView, it it easy to add ListView headers to your mobile application that support alphabetical ordering and various other customizations. It will only take a couple of steps to enable it for data that is already alphabetically sorted, and an additional step for unsorted data. Adding A-Z grouping to your…
Read more