[fpc-devel] Parameters must match exactly?

Marcos Douglas md at delfire.net
Mon May 17 23:10:22 CEST 2010


On Mon, May 17, 2010 at 4:24 PM, Florian Klaempfl
<florian at freepascal.org> wrote:
>
> ... and one uses normally a function and not a var/out parameter.

No... If you forget to put a variable to receive the function result
(a object created), a memory leak will happen.
The "out" parameter requires a variable.


Marcos Douglas



More information about the fpc-devel mailing list