Wiki内検索
最近更新したページ
2011-08-24
2010-05-18
2010-05-03
2010-02-18
2010-02-10
2010-02-09
2010-02-08
2010-02-07
2010-02-02
2009-12-24
2009-12-05
2009-07-05
2009-07-03
最新コメント
MenuBar1 by stunning seo guys
MenuBar1 by stunning seo guys
MenuBar1 by stunning seo guys
MenuBar1 by awesome things!
MenuBar1 by awesome things!
MenuBar1 by awesome things!
MenuBar1 by check it out
MenuBar1 by awesome things!
MenuBar1 by check it out
MenuBar1 by stunning seo guys
Menu
Programming Tips
タグ

bcbtips1

多くのコンポーネントをループを使って処理する

FindComponent()
ボタンが20個ある場合
TButton *btn;
for (int i=1; i<21; i++)
{
btn = (TButton*)FindComponent("Button" + IntToStr(i));
btn->Caption = String("Button") + IntToStr(i);
}
2008年10月12日(日) 18:23:49 Modified by eruvasu




スマートフォン版で見る