At 11:05 PM -0700 9/29/06, Robert Livingston wrote:
When is something a property and when a method?

In addition to the good explanations already given, one other difference is whether they should up in the debugger.

Displaying a property is a relatively simple process of grabbing a value, then formatting it for sidplay

Displaying a value from a method first involves running that method to obtain the value, and the code in that method might have side effects on other code or properties.

So the debugger generally doesn't show values from methods, only properties.

Regards,
Joe Huber
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to