Template:Method

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 19:42, 29 April 2012 by Admin (Talk | contribs) (Created page with "<noinclude> Displays a method in the Methods table of Language Reference. <pre> {{Method | name = name of the method | params = parameters | returntype = type returned, if any |...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)
| 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