界面库

设计器
This commit is contained in:
JianjunLiu
2022-08-29 10:45:19 +08:00
parent 65ade2d828
commit 26b74435fb
2 changed files with 36 additions and 3 deletions
+1 -1
View File
@@ -1395,7 +1395,7 @@ type tcontrol = class(tcomponent)
obj := class(tUIglobalData).uigetdata("tuiapplication");
if obj then
begin
obj.Notification(self(true),array("type":"possize","flag",rchange,"data":array(fleft,ftop,FWidth,FHeight)));
obj.Notification(self(true),array("type":"possize","flag":rchange,"data":array(fleft,ftop,FWidth,FHeight)));
end
//echo "\r\n note change mtoc:",caption,"===",mtoc;
end