josi
05-07-2008, 18:15:26
tengo dos botones y dos radiobutton y quiero que cuando el radio button este cheked me esconda unos de los botones
if RadioButton1.Checked:= true then
Button2.Visible:=false;
me da este error [Error] Unit5.pas(86): Type of expression must be BOOLEAN
y me señala esta liniea: 'if RadioButton1.Checked:= true then'
gracias.....
if RadioButton1.Checked:= true then
Button2.Visible:=false;
me da este error [Error] Unit5.pas(86): Type of expression must be BOOLEAN
y me señala esta liniea: 'if RadioButton1.Checked:= true then'
gracias.....