Помогите с ошибкой
Вот возникает ошибка [Error] Unit1.pas(38): Operator not applicable to this operand type
procedure TForm1.Button1Click(Sender: TObject);
begin
if (RadioButton1.Checked:=Enabled) and (ListBox1.Selected[1]:=True)
then -тут ошибка- label3.Caption:='0';
|