CalendarControl Xojo Plugin

CalendarControl.InitMaxYear Property

Use this property to set the initial setting for the MaxDate property.

InitMaxYear as Integer {Read and Write}

Remarks

This property can only be used in design mode. When running then you should use the MaxDate property.

This property will only take effect if all of the three properties (InitMaxDay, InitMaxMonth, InitMaxYear) are set.

See Also

CalendarControl Control