Get the number of arguments for function identifier
Source position: fpexprpars.pp line 535
public function TFPExprIdentifierDef.ArgumentCount: Integer; |
Returns the argument count
The ArgumentCount method returns the number of arguments that a function identifier expects. For variable identifiers, it returns 0. For function identifiers, it returns the count of parameters required for the function call.