C# 代码转 delphi

C#里combobox的SelectedIndexChanged事件代码为if(this.comboBox2.SelectedIndex==1){this.button2... C#里combobox的SelectedIndexChanged事件代码为
if (this.comboBox2.SelectedIndex == 1)
{

this.button2.Visible = true;
this.button3.Visible = false;
}
if (this.comboBox2.SelectedIndex == 0)
{

this.button3.Visible = true;
this.button2.Visible = false;
}
在delphi里怎么写?
展开
 我来答
weibohai
2008-07-03 · 超过14用户采纳过TA的回答
知道答主
回答量:63
采纳率:0%
帮助的人:43.9万
展开全部
你在界面上拽个按钮,然后在onclick事件里双击鼠标左键或者直接在按钮上双击鼠标左键,在事件中写如下代码:
if comboBox2.ItemIndex = 1 then
begin

button2.Visible := true;
button3.Visible := false;
end ;
if comboBox2.ItemIndex = 0 then
begin

button3.Visible := true;
button2.Visible := false;
end;
路伯颜
2008-07-03 · TA获得超过543个赞
知道小有建树答主
回答量:577
采纳率:0%
帮助的人:251万
展开全部
http://lingua.codegear.com/babelcode/client/BabelClient.aspx

外国在线 转换工具 去看看吧!

参考资料: www.17.my

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式