TMSFNCListBox1, TMSFNCCheckedListBox1, TMSFNCTableView1 not change color

OS: Debian 10 (buster) LXDE
fpc 3.3.1
lazaraus 2.1

FNC TMS FNC UI Pack
v3.2.2.1 | Tuesday, December 08, 2020

component: TMSFNCListBox1 and TMSFNCCheckedListBox1 and TMSFNCTableView1 not change color

procedure TForm1.FormCreate(Sender: TObject);
begin
TMSFNCListBox1.Color := clMoneyGreen;
end;

Please use TMSFNCListBox1.Fill.Color

Thanks, this solved the problem.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.