PropertyInfo.IsShared
From Xojo Documentation
Property (As Boolean )
aPropertyInfo.IsShared = newBooleanValue
or
BooleanValue = aPropertyInfo.IsShared
New in 2008r3
Supported for all project types and targets.
or
BooleanValue = aPropertyInfo.IsShared
New in 2008r3
Supported for all project types and targets.
If True, it is a shared property and does not require a Self parameter when called by Introspection.
Example
This example reports whether the properties for the Date class are shared.