Difference between revisions of "Template:Method"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (2 revisions imported)
 
(No difference)

Latest revision as of 14:21, 6 August 2015

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)
| version = current version of the class
| 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)
}}

Child