On 7/26/14, Vojtěch Čihák <[email protected]> wrote: > Hi, > > on Delphi7, when I do SpinEdit1.Text:='abc'; then it fairly contains abc > :-). But when I try to spin it, it raises exception: abc is not integer > value.
OK, but that doesn't answer the question: SE.Text := 'abc'; Caption := 'Value = ', + FloatToStr(SE.Value); Bart -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
