起步软件技术论坛-X3

 找回密码
 立即注册
搜索
查看: 484|回复: 3

【搞定】动态创建button问题

[复制链接]
发表于 2007-1-10 11:00:58 | 显示全部楼层 |阅读模式
在平台里要动态创建很多个button按钮,这个怎么做啊?
写的代码在平台里报错
var
    Button:array[1..10] of TSpeedButton;     //这里报错
    i,j:integer;
begin
j:=80;
for i:=1 to 10 do
begin
Button:=tspeedbutton.create(self);
button.Parent:= self;
button.Top:=80+j;
Button.Left:=50+j;
Button.Width:=280;
Button.Height:=50;
button.Flat:=True;
Button.Caption:='aa';
Button.Visible:=True;
j+:=j;
end;
  这个该怎么做啊??
回复

使用道具 举报

发表于 2007-1-10 11:14:25 | 显示全部楼层
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-1-10 11:36:30 | 显示全部楼层
谢谢!
回复 支持 反对

使用道具 举报

发表于 2007-1-10 11:49:46 | 显示全部楼层
不客气,结帖
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Justep Inc.

GMT+8, 2024-12-23 06:55 , Processed in 0.038522 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表