TToken Class
This class and all its descendants represent a token in a formula. You can use these classes to modify formulas without having to parse the text in them, which can be a difficult task.
Syntax
Unit: FlexCel.Core
TToken = class(TFlexCelObject);
Constructors
Name |
Description |
Create |
Creates a new token.
|
Properties
Name |
Description |
TokenType |
Returns the type of token.
|