Template:Method

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search

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