Method

From Free Pascal wiki
Revision as of 20:33, 10 May 2006 by Rfc1394 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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