Search Results for

    Show / Hide Table of Contents

    TDrawingRichString.Substring Method

    Overloads

    • TDrawingRichString.Substring(Integer)
    • TDrawingRichString.Substring(Integer, Integer)

    TDrawingRichString.Substring(Integer)

    Retrieves a substring from this instance. The substring starts at a specified character position and ends at the end of the string.

    Syntax

    Unit: FlexCel.Core

    function TDrawingRichString.Substring(const index: Integer): TDrawingRichString; overload;

    Parameters

    <-> Parameter Type Description
    const index Integer Start of the substring (0 based)

    See also

    • TDrawingRichString

    TDrawingRichString.Substring(Integer, Integer)

    Retrieves a substring from this instance. The substring starts at a specified character position and has a specified length.

    Syntax

    Unit: FlexCel.Core

    function TDrawingRichString.Substring(const index: Integer; const count: Integer): TDrawingRichString; overload;

    Parameters

    <-> Parameter Type Description
    const index Integer Start of the substring (0 based)
    const count Integer Number of characters to copy.

    See also

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