Difference between revisions of "Template:EventBox"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
(Created page with "<noinclude> Displays an event box {{Ambox | type=style | text='''Needs checking''' - This template documentation may contain inaccurate information.}} <pre> {{EventBox | name ...")
 
m (1 revision imported)
 
(No difference)

Latest revision as of 14:22, 6 August 2015

Displays an event box


{{EventBox
| name = event name
| class = class owner
| scope = 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
}}


Event

TestClass.TestEvent ( X as integer, Y as integer ) As Boolean