TCommandHandlerValidatorFunction
TCommandHandlerValidatorFunction is a special type of function which determines if the given parameters for a certain command are correct. It then returns an error code, p.e. HR_TOO_MANY_PARAMS.
TCommandHandlerValidatorFunction = function(AParameterList: TStringArray): THandlerResult;