Am 07.01.2014 12:24, schrieb Michael Schnell:
> On 01/06/2014 01:00 PM, Martin Schreiber wrote:
>> with l:lab1 do l.left:= 10; l.top:= 20; end; "
> I do like the "quoted with" as same eliminates the ambiguity that is
> inheritant to with (hiding part of the namespace of outer with, the
> class and globals).
>
> To me with "l:=lab1" would be more logical as it works as if creating a
> variable of the appropriate type and assigning that value to it.
>
The reason why ":" instead of ":=":
":=" is an assignment. "with" is fetching the address of a data 
structure which is the first step of an assignment. The first step of 
":=" is ":". ;-)

Martin

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to