In one of my component sets, I am getting a number of warnings at compile time:
Method Create (Clear, DrawTab) hides virtual method of base type ControlX.
My problem is that I don't know enough about virtual methods and Delphi to know how to fix this properly (we have the source code). Does anyone know how to fix this type of error in Delphi 5?