Template:MethodBox

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 23:32, 29 April 2012 by Admin (Talk | contribs) (Created page with "<noinclude> Displays a method box {{Ambox | type=style | text='''Needs checking''' - This template documentation may contain inaccurate information.}} <pre> {{MethodBox | name...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Displays a method box


{{MethodBox
| name = method name
| owner = class or module owner
| ownertype = class/module
| shared = yes/no
| scope = global/public/protected/private
| parameters = parameters
| returntype = type of data returned
| platform = all/mac/win/linux
| newinversion = version where this class first appeared
| modifiedinversion = version where this class has been modified
| replacementreason = obsolete/deprecated
| replacement = the replacement
}}


Method
TestMethod ( index as integer, autocommit as boolean ) As RecordSet