TatMethod.DefArgCount Property
Contains the number of optional (default) arguments of the method. Must be equal to or less than ArgCount.
Remarks
For example, if ArgCount is 5 and DefArgCount is 2, the last two parameters are optional and the method can be called with 3, 4, or 5 arguments.
Syntax
Unit: atScript
property TatMethod.DefArgCount: Integer