Ho fatto cosi ma mi da questo errore:codice:var numero,numero_da_controllare:integer; begin numero_da_Controllare := Ren.Caption; numero := 30; if numero_da_Controllare < numero then ALed1.Value := True; end;
Incompatible types: 'Integer' and 'TCaption'
come posso riparare l'errore?