IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   Delphi (https://www.ircforumlari.net/delphi/)
-   -   Listview'de "SubItems" font değiştirme (https://www.ircforumlari.net/delphi/689096-listviewde-quotsubitemsquot-font-degistirme.html)

Kaf_Dağı 16 Mart 2015 11:13

Listview'de "SubItems" font değiştirme
 
Listview'de "SubItems" font değiştirme


Kod:

Listview'in ListViewCustomDrawSubItem olayına...
 
begin
  if SubItem = 0 then  Exit;
 if  Pos('E', Item.SubItems[2]) > 0 then  begin
 
    ListView1.Canvas.Font.Color := $00191919;
    ListView1.Canvas.Font.Style := [fsbold];
 
end; end;



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 14:48.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk