Search Results for

    Show / Hide Table of Contents

    TFormulaMessages Record

    Tokens that can be used on a formula.

    Syntax

    Unit: FlexCel.Core

    TFormulaMessages = record;

    Methods

    Name Description
    ErrString Message for the ErrorCode.
    TokenString Formula tokens.
    TokenChar Returns the formula token as a character.
    FloatToString This is a non-localized version of FloatToStr It will always use "." as decimal separator.
    If you are localizing this unit to your language, change this function to be: public string FloatToString(​double Value) { return Value.ToString(); } And it will use your current locale to get the decimal separator.
    Just remember that if you for example use "," as decimal sep, you should also change fmArrayColSep, fmFunctionSep and all vars with value=","
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com