与if Option1.value=true then这条语句不等价的是?
来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/11/08 00:54:59
与if Option1.value=true then这条语句不等价的是?
A)if option1.value then B)if option1=true C) if value=true then D)if option1 then
A)if option1.value then B)if option1=true C) if value=true then D)if option1 then
C
如果option1.value本身就是True,那么option1.value=true也是true
如果option1.value本身是false,那么option1.value=true就是false
所以option1.value和option1.value=true是等价的
在VB中,常用控件都有默认属性,即,直接调用控件名而不显式的调用其某个属性,就自动调用其默认属性.
比如TextBox的默认属性是Text,Option的默认属性是Value
所以Text1就等于Text1.text
Option1等于Option1.value
如果option1.value本身就是True,那么option1.value=true也是true
如果option1.value本身是false,那么option1.value=true就是false
所以option1.value和option1.value=true是等价的
在VB中,常用控件都有默认属性,即,直接调用控件名而不显式的调用其某个属性,就自动调用其默认属性.
比如TextBox的默认属性是Text,Option的默认属性是Value
所以Text1就等于Text1.text
Option1等于Option1.value
Delphi中if c then 与if c=true then 的区别?
if.then if.then if.then else end if 以上这种语句是不对的吗? if.then不能循环
与语句“while(!x)”等价的语句是( ).
9、与语句“while(!x)”等价的语句是( ).
9、与语句“while(x)”等价的语句是( ).
与语句“while(x)”等价的语句是()?
VHDL的IF语句是 IF THEN ELSIF
设有定义int m,n,*p;与语句“m = n;”等价的语句序列是( ).
if then语句的问题
求C语句中if与then之间的用法
.以下程序段中与语句k=a>b?(b>c?1:0):0;功能等价的是______.、if((a>b)&&(b>c))k=
以下程序段中与语句k=a>b?(b>c?1:0):0;功能等价的是 A.if((a>B) &&(b>C)&nb