Table of Contents

TTokenWhitespace.Create Constructor

Creates a new whitespace token.

Syntax

Unit: FlexCel.Core

constructor TTokenWhitespace.Create(const aWhitespaceCount: Integer; const aCharacter: TTokenWhitespaceCharacter; const aPosition: TTokenWhitespacePosition);

Parameters

<-> Parameter Type Description
const aWhitespaceCount Integer Whitespace in the formula.
const aCharacter TTokenWhitespace​Character Defines the character used in the whitespace.
const aPosition TTokenWhitespace​Position Position for the whitespace respect to the next token.

See also