On Sunday 06 October 2013 21:23:45 Алексей Логинов wrote:
> >Many years old article by STAKANOV is all AFAIK. It is really time to
> > write something new, for example side by side to the fpGUI wiki you
> > wrote. I suggest an example with tintegeredit to add two numbers. I can
> > make the example if you like.
>
> I like your idea. I'll write article about MSEide as for fpgui.
>
Here:
https://gitorious.org/mseuniverse/mseuniverse/source/d83d1284a3bb6077f01b08541417e9f14d8998ca:samples/education/addition

The code:
"
procedure tmainfo.dataenteredexe(const sender: TObject);
begin
 res.value:= a.value + b.value;
end;

procedure tmainfo.exitexe(const sender: TObject);
begin
 close;
end;
"

No fiddling with inttostr(), strtoint() and what not. ;-)

Martin

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to