Difference between revisions of "Method"
From Xojo Documentation
Line 18: | Line 18: | ||
− | </noinclude><includeonly>[[{{#if:{{{inherits|}}}|{{{inherits}}}.{{{name}}}|{{PAGENAME}}.{{#if:{{{link|}}}|{{{link}}}|{{{name}}}}}}}|<span title="{{{description|}}}">{{{name}}}</span>]] {{#ifeq:{{{newinversion|}}}|{{CurrentVersion}}| <span style="color:green; font-size:80%; border: 1px solid green;"><span class="noLR">NEW </span>{{{newinversion}}} }} {{#ifeq:{{{modifiedinversion|}}}|{{CurrentVersion}}| <span style="color:green; font-size:80%; border: 1px dashed green;">MODIF {{{modifiedinversion}}} }}</includeonly> | + | </noinclude><includeonly>[[{{#if:{{{inherits|}}}|{{{inherits}}}.{{{name}}}|{{PAGENAME}}.{{#if:{{{link|}}}|{{{link}}}|{{{name}}} }} }}|<span title="{{{description|}}}">{{{name}}}</span>]] {{#ifeq:{{{newinversion|}}}|{{CurrentVersion}}| <span style="color:green; font-size:80%; border: 1px solid green;"><span class="noLR">NEW </span>{{{newinversion}}} }} {{#ifeq:{{{modifiedinversion|}}}|{{CurrentVersion}}| <span style="color:green; font-size:80%; border: 1px dashed green;">MODIF {{{modifiedinversion}}} }}</includeonly> |
Latest revision as of 22:09, 17 January 2011
Displays a method in the Methods table of Language Reference.
{{Method | name = name of the method | params = parameters | returntype = type returned, if any | platform = all/mac/win/linux | description = short description of the property | newinversion = version where this property first appeared (unused yet) | modifiedinversion = version where this property was modified (unused yet) | link=use this if you need to override the actual target link (ie when there's a method & event with the same name like WebControl.Close) }}