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
Delphi

Using TImageList with TListView in RAD Studio 10.1 Berlin

If one of the classic appearances is used, the TListViewItem.ImageIndex property can be set. This is illustrated on the first Tab. Likewise, a LiveBindings link can be drawn directly to an Item.ImageIndex field for a similar effect. When using a dynamic appearance, there can be more than one image and TListView performs no implicit actions on the items. It would be possible to hook up an…
Read more
Delphi

FixInsight version 2016.03, code analysis tool for Embarcadero Delphi, has been released

Author: Pierre-Jean Roman Yankovsky has announced that FixInsight verison 2016.3 has been released. FixInsight, compatible withDelphi, performs static code analysis on your project’s source code to help you find bugs while you are developing. FixInsight seamlessly integrates into theDelphi IDE and outputs messages in the IDE’s Messages window. Roman reports: “I’m…
Read more