Search Results for

    Show / Hide Table of Contents

    TFlxMessages.GetString Method

    Overloads

    • TFlxMessages.GetString(TFlxMessage)
    • TFlxMessages.GetString(TCondFmtError)
    • TFlxMessages.GetString(TFlxErr, )

    TFlxMessages.GetString(TFlxMessage)

    Returns a string from the FlxMessage enumeration.

    Syntax

    Unit: FlexCel.Core

    class function TFlxMessages.GetString(const ResName: TFlxMessage): string; static; overload;

    Parameters

    <-> Parameter Type Description
    const ResName TFlxMessage Message code.

    Returns

    Associated string.

    See also

    • TFlxMessages

    TFlxMessages.GetString(TCondFmtError)

    Returns a string from the CondFmtError enumeration.

    Syntax

    Unit: FlexCel.Core

    class function TFlxMessages.GetString(const ResName: TCondFmtError): string; static; overload;

    Parameters

    <-> Parameter Type Description
    const ResName TCondFmtError Message code.

    Returns

    Associated string.

    See also

    • TFlxMessages

    TFlxMessages.GetString(TFlxErr, )

    Returns a string based on the TFlxErr enumerator, formatted with args. This method is used to get an Exception error message.

    Syntax

    Unit: FlexCel.Core

    class function TFlxMessages.GetString(const ResName: TFlxErr; const args: ): string; static; overload;

    Parameters

    <-> Parameter Type Description
    const ResName TFlxErr Error Code.
    const args Parameters for this error.

    See also

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