Table of Contents

ITokenList.Add Method

Adds a new token to the end of the list.

Syntax

Unit: FlexCel.Core

procedure ITokenList.Add(const token: TToken); virtual; abstract;

Parameters

<-> Parameter Type Description
const token TToken Token to add.

See also