存储空间的计算?

xugongming 2008-03-14 04:13:00
各位大侠,请问button:Tbutton在delphi中占的存储空间为多大?
...全文
71 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
小呆之家 2008-03-14
  • 打赏
  • 举报
回复
button:TButton;
这个只占4Bytes空间;

如果是:
var
button:Tbutton;

button:=tbutton.create(nil);
showmessage('button control size is:'+inttostr(button.instancesize));//这儿你就看到了大小了。


{From Delphi Help....

Returns the size in bytes of each instance of the object type.

class function InstanceSize: Longint;
}

828

社区成员

发帖
与我相关
我的任务
社区描述
Delphi 非技术区
社区管理员
  • 非技术区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧