C
CodeSaint
Unregistered / Unconfirmed
GUEST, unregistred user!
本人在写控件的时候,编译时产生以下编译警告:
[Warning] ParamPanel.pas(17): Method 'MouseDown' hides virtual method of base type 'TControl'
定位到代码上
procedure MouseDown(Sender: TObject; Button: TMouseButton;
Shift: TShiftState; X, Y: Integer);
请问这个警告具体指着什么,如何消除?
[Warning] ParamPanel.pas(17): Method 'MouseDown' hides virtual method of base type 'TControl'
定位到代码上
procedure MouseDown(Sender: TObject; Button: TMouseButton;
Shift: TShiftState; X, Y: Integer);
请问这个警告具体指着什么,如何消除?