Syntactically, it seems, default parameters for functions and procedure are allowed
But they don't seem to be implemented
Is this a feature that was planned?
Is it still planned? I would find it useful
Code
procedure RecheckList( IncludeLocalItems : boolean = FALSE );
But they don't seem to be implemented
Code
RecheckList; // throws error parameter expected
Is this a feature that was planned?
Is it still planned? I would find it useful