界面库
优化 recycling 通知
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
object e_actionmain1:e_actionmain
|
||||
caption="action 范例"
|
||||
height=520.0
|
||||
height=520
|
||||
left=451
|
||||
onclose=e_actionmain1_close
|
||||
popupmenu=popupmenu1
|
||||
|
||||
@@ -735,11 +735,7 @@ type TDVirutalWindow = class(TCustomControl)
|
||||
function Recycling();override;
|
||||
begin
|
||||
inherited;
|
||||
if FBindComponent is class(TComponent) then
|
||||
begin
|
||||
FBindComponent.Recycling();
|
||||
FBindComponent := nil;
|
||||
end
|
||||
FBindComponent := nil;
|
||||
end
|
||||
property BindComp read FBindComponent write SetBindComponent;
|
||||
property WindowFileds read FWindowFileds write FWindowFileds;
|
||||
|
||||
Reference in New Issue
Block a user