An Extends Parameter cannot have a Default Value

From Xojo Documentation

Error message

You assigned a default value to a parameter that uses the Extends keyword.


Examples

The following parameter declaration is not acceptable.

Extends C as Color=&cFF0000, Amt as Integer


See Also

Extends keyword.