referencing objects and memory consumption

  • Thread starter Thread starter Faktor_one
  • Start date Start date
F

Faktor_one

Does referencing objects increase memory consumption?
For example, if I call public function in one form from another form and
give "this" as argument, is it just pointing to the form or does it create a
copy of it in the memory?
Thx
 
Does referencing objects increase memory consumption?

No

For example, if I call public function in one form from another form and
give "this" as argument, is it just pointing to the form

Yes



Mattias
 
Back
Top