Quantcast
Channel: Embarcadero Community - Embarcadero Community
Viewing all articles
Browse latest Browse all 3212

i'm trying to change the text color within my TListBoxItem

$
0
0

i'm trying to change the text color within my TListBoxItem and not working,,,

 

procedure TFGestaoInsp.Test;

var

 

  wItem       : TListBoxItem;

 

begin

    MyTListBox.BeginUpdate;

 

     MyTListBox.Items.Clear;

     wItem      := TListBoxItem.Create(MyTListBox);

     wItem.Text := 'Text with new color';

     wItem.FontColor := TAlphaColorRec.Green;

     wItem.ItemData.Detail := '....';

      wItem.StyleLookup := 'listboxitembottomdetail';

 

     MyTListBox.EndUpdate;

end;


Viewing all articles
Browse latest Browse all 3212

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>