CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Items displayname

by assapan » 22 Oct 2015 10:16

Hi,
In most of the case in Listview , ListViewItem header only is filled and text is optionnal so display name is Uniquename of component , this is not really programmer friendly
Image

so i modified source
Code: Select all
function TIWCGJQMListItem.GetDisplayName: string;
begin
  Result:=Header;
  if Result='' then
    Result:= Text;
  if Result = '' then
    Result:= inherited GetDisplayName;
end;


i found it more programmer friendly :roll:

Image


Please consider this modification :mrgreen:
Want to visit Ardeche http://leclosdelarc.fr/index.php
The Pont d’Arc Cavern http://en.cavernedupontdarc.fr
Image
User avatar
assapan
 
Posts: 600
Joined: 16 Dec 2013 12:04
Location: France

by Alexander Bulei » 22 Oct 2015 17:31

Hi assapan,

Ok, thanks.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal


Return to JQMListView

Who is online

Users browsing this forum: No registered users and 1 guest

Contact Us.