TTokenLambdaCallName.Create Constructor
Creates a new TTokenLambdaCallName token.
Syntax
Unit: FlexCel.Core
constructor TTokenLambdaCallName.Create(const aArgumentCount: Integer);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aArgumentCount |
Integer |
The number of arguments for the function. The last argument is the Name to be called. For example the function "=MyName(4,3) will have 3 arguments: 4, 3, and the name MyName. |
See also