[Lazarus] SpinEdit on Delphi question (related to bug 26488)

Bart bartjunk64 at gmail.com
Sat Jul 26 17:07:49 CEST 2014


On 7/26/14, Vojtěch Čihák <vojtech.cihak at atlas.cz> 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




More information about the Lazarus mailing list