Search Results for

    Show / Hide Table of Contents

    TXlsFile.IsDefinedFunction Method

    Returns true if the Custom formula function has been added to the FlexCel recalculating engine. Note that internal functions are not returned by this method, but user defined functions pre-defined in FlexCel will be.

    Syntax

    Unit: FlexCel.XlsAdapter

    function TXlsFile.IsDefinedFunction(const functionName: string; out location: TUserDefinedFunctionLocation): Boolean; overload; override;

    Parameters

    <-> Parameter Type Description
    const functionName string Name of the function. Case insensitive.
    out location TUserDefined​Function​Location Returns if the function is defined as an internal or external function.

    Returns

    True if the name has been added, false if not.

    See also

    • TXlsFile
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com