Template

MethodPropertyBox

From Xojo Documentation

Displays a class property box for a method that is implemented as a getter/setter pair.


{{MethodPropertyBox
| name = property's name
| returntype = 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
}}


This method uses a getter/setter (see Assigns) and acts like a property.

Property (As Integer )


aListBox.Property = newIntegerValue
or
IntegerValue = aListBox.Property

New in 2005r1

Supported for all project types and targets.