A
ant-z
Unregistered / Unconfirmed
GUEST, unregistred user!
我的程序中使用了使用FlatStyle控件 可是编译时有警告信息,能解决吗?
错误在TFlatHintUnit.pas中 如下:
destructor TFlatHint.Destroy;
begin
FHintFont.Free;
if not (csDesigning in ComponentState) then
DeallocateHWnd(FWindowHandle);
inherited Destroy;
end;
编译时有如下警告信息:
[Warning] TFlatHintUnit.pas(86): Symbol 'DeallocateHWnd' is deprecated
错误在TFlatHintUnit.pas中 如下:
destructor TFlatHint.Destroy;
begin
FHintFont.Free;
if not (csDesigning in ComponentState) then
DeallocateHWnd(FWindowHandle);
inherited Destroy;
end;
编译时有如下警告信息:
[Warning] TFlatHintUnit.pas(86): Symbol 'DeallocateHWnd' is deprecated