¿Qué hago mal poniendo esto?
Código Delphi
[-]Label3.caption:= EncodeTime( (StrtoInt(hora.Text)), (StrtoInt(minuto.Text)), (StrtoInt(segundo.Text)), (StrtoInt(msegundo.Text)) );
Donde los tres parametros que le paso son el text de los edit respectivos.
Me dice que incompatible String con tdatatime
Thanks