Table of Contents

TTokenLambdaParameterDefinition.Create Constructor

Creates a new parameter reference token.

Syntax

Unit: FlexCel.Core

constructor TTokenLambdaParameterDefinition.Create(const aParameterName: string; const aIsOptional: Boolean);

Parameters

<-> Parameter Type Description
const aParameterName string Parameter name.
const aIsOptional Boolean True if the parameter is optional.

See also