Template

SharedPropertyBox

From Xojo Documentation

Displays a class shared property box


{{SharedPropertyBox
| 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
}}
Shared Property (As Integer)


aListBox.Property( index as Integer ) = newIntegerValue
or
IntegerValue = aListBox.Property(index as Integer)