PropertyBox
From Xojo Documentation
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 macOS platform. For cross-platform compatibility, 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) = newIntegerValue
or
IntegerValue = aListBox.Property(index as Integer)
New in 2005r1
Supported for all project types and targets.
or
IntegerValue = aListBox.Property(index as Integer)
New in 2005r1
Supported for all project types and targets.