Am 26.03.2011 19:36, schrieb Hans-Peter Diettrich:
>> Making IsMultiThreaded a function is a no-no: it is used in really
>> speed critical code paths and using an inline function neither because
>> it's used mostly in assembler code
> 
> Simple solution: the variable continues to exist, under a different
> name. The property only implements Delphi compatibility :-)

Possible, but I fear this is also only half of a solution: a property
cannot replace a variable, see var parameter problem or assembler code.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to