<-Back

Parameter: *Undeclared-Parameters-Enabled?*

*UNDECLARED-PARAMETERS-ENABLED?* boolean
This is a compile-time switch. Determines whether the system will handle inputs passed to child parts through :parameters plists, where the input is not declared in any other part as either an input-slot or computed-slot. If you leave this as NIL when compiling your application you may see an improvement in runtime performance of up to 10% as compared to applications compiled with it set to T. Defaults to NIL.

<-Back