TAdvToolBar and other units warnings during compilation

Hi,

I have warnings during compilation, VCL UI Pack version is 10.4.7.0.

[dcc32 Hint] AdvToolBar.pas(30503): H2077 Value assigned to 'DwClrTo' never used
[dcc32 Hint] AdvToolBar.pas(30502): H2077 Value assigned to 'TxtClr' never used
[dcc32 Hint] AdvToolBar.pas(30501): H2077 Value assigned to 'DwClr' never used
[dcc32 Hint] AdvToolBar.pas(30500): H2077 Value assigned to 'BrClr' never used
[dcc32 Hint] AdvToolBar.pas(30499): H2077 Value assigned to 'ClrTo' never used
[dcc32 Hint] AdvToolBar.pas(30498): H2077 Value assigned to 'Clr' never used

and warnings concerning other units:

[dcc32 Hint] VrBlinkLed.pas(266): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] VrBlinkLed.pas(267): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] VrBlinkLed.pas(271): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] VrBlinkLed.pas(273): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] VrBlinkLed.pas(274): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list

[dcc32 Hint] GDIPHTMLEngine.pas(95): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(159): H2443 Inline function 'TPen.GetColor' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(554): H2443 Inline function 'TBrush.GetColor' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(597): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(738): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(789): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(803): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(828): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(850): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(869): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(872): H2443 Inline function 'TBrush.GetColor' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(918): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(978): H2443 Inline function 'TBrush.GetColor' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(1011): H2443 Inline function 'TBrush.GetColor' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(1025): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(1343): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(1462): H2443 Inline function 'TBrush.GetColor' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(1500): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(1574): H2443 Inline function 'TBrush.GetColor' has not been expanded because unit 'System.UITypes' is not specified in USES list

What Delphi version do you use?

10.4.1

I stopped sending it. :frowning_face:

Well, it gets difficult when one has to support like 20 different IDEs/compilers and all generate other irrelevant warnings.
Regardless, we will look at it again.

It will be fixed in v10.4.8.0

Ok ... thank you very much

Hi,

In v10.4.8.0 is better but I have still hints/warnings like below:

[dcc32 Hint] VrBlinkLed.pas(266): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] VrBlinkLed.pas(267): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] VrBlinkLed.pas(271): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] VrBlinkLed.pas(273): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] VrBlinkLed.pas(274): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(95): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(159): H2443 Inline function 'TPen.GetColor' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(554): H2443 Inline function 'TBrush.GetColor' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(597): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(738): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(789): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(803): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(828): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(850): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(869): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(872): H2443 Inline function 'TBrush.GetColor' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(918): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(978): H2443 Inline function 'TBrush.GetColor' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(1011): H2443 Inline function 'TBrush.GetColor' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(1025): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(1343): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(1462): H2443 Inline function 'TBrush.GetColor' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(1500): H2443 Inline function 'TFont.GetStyle' has not been expanded because unit 'System.UITypes' is not specified in USES list
[dcc32 Hint] GDIPHTMLEngine.pas(1574): H2443 Inline function 'TBrush.GetColor' has not been expanded because unit 'System.UITypes' is not specified in USES list

VrBlinkLed is part of TMS Instrumentation Workshop. This warning has been removed now.

The only reason for warnings from GDIPHTMLEngine.pas we could trace here was through use of AdvSmoothTileListHTMLVisualizer. We have now fixed this too.

Ok ... thanks for the info ... I will be waiting for fixes.