tAdvOfficeButtons SetComponentStyle hides virtual metehod off base type tAdvCustomGroupBox

In order to be sure that all my unit class methods don't hide virtual methods , I changed setup on warning of E1010 'Method hides virtual method of base type to Error.

Now tAdvOfficebuttons block compilation because the
[dcc32 Error] AdvOfficeButtons.pas(631): E1010 Method 'SetComponentStyle' hides virtual method of base type 'TAdvCustomGroupBox'

What to do ?

I suspect you do not use the latest version of the components as this method SetComponentStyle is not on line 631 of AdvOfficeButtons.pas

With the latest version, I cannot see an issue here.