Difference between revisions of "Method"

From Lazarus wiki
Jump to navigationJump to search
Line 2: Line 2:
  
 
[[Category:Pascal]]
 
[[Category:Pascal]]
 +
[[Category:Control Structures]]

Revision as of 18:43, 30 September 2013

A method is a procedure that is part of an object, or a function that is a part of an object and which cannot be assigned a value from outside of the function. A function that is part of an object that can be assigned a value from outside of the function is called a property.