This
Caption := 'Value = ', + FloatToStr(SE.Value);
raises the same exception, EConvertError, not a integrer value. Vojtěch ______________________________________________________________
Od: Bart <[email protected]> Komu: Lazarus mailing list <[email protected]> Datum: 26.07.2014 17:08 Předmět: Re: [Lazarus] SpinEdit on Delphi question (related to bug 26488)
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 <http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus>
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
