Search Results for

    Show / Hide Table of Contents

    TTokenFunction Class

    A function like "Sum" or "If"

    Syntax

    Unit: FlexCel.Core

    TTokenFunction = class(TToken);

    Constructors

    Name Description
    Create Overloaded
    Create(string, Integer)
    Create(string, Integer, Boolean)

    Properties

    Name Description
    FunctionName Name of the function represented by this token.
    ArgumentCount Number of arguments for this function. Note that if the function has a fixed number of arguments, this parameter is ignored.
    IsUserDefined If true, the function is used defined, not built-in in Excel. Note that some built-in functions from Excel 2003 like EOMonth, while available in Excel, are implemented as user-defined functions (they were available in ToolPacks like the Analysis ToolPack).
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com