Method

From Free Pascal wiki
Revision as of 17:03, 10 January 2007 by Swen (talk | contribs)
Jump to navigationJump to search

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.