Template:PropertyBox

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

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

Displays a class property box


{{PropertyBox
| name = property's name
| type = type of the property
| owner = the property's owner class
| readonly = yes/no
| 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
}}


Property (As integer)

aListBox.Property( index as integer ) = newValue
or
integerValue = aListBox.Property(index as integer)