Difference between revisions of "Template:PropertyBox"
From Jeremie Leroy - XOJO Controls Wiki
(Created page with "<noinclude> Displays a class property box {{Ambox | type=style | text='''Needs checking''' - This template documentation may contain inaccurate information.}} <pre> {{Property...") |
m (1 revision imported) |
(No difference)
| |
Latest revision as of 13:21, 6 August 2015
Displays a class property box
| Needs checking - This template documentation may contain inaccurate information. |
{{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)
| This property is only available on the OS X platform. For cross-platform development, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this property on an incompatible platform. |
aListBox.Property( index as integer ) = newValue
or
integerValue = aListBox.Property(index as integer)
or
integerValue = aListBox.Property(index as integer)