Search Results for

    Show / Hide Table of Contents

    TFlexCelReport.Create Constructor

    Overloads

    • TFlexCelReport.Create
    • TFlexCelReport.Create(Boolean)
    • TFlexCelReport.Create(Integer, string, TDataSourceInfoList, TFlexCelReport)

    TFlexCelReport.Create

    Creates a new FlexCelReport component.

    Syntax

    Unit: FlexCel.Report

    constructor TFlexCelReport.Create;

    See also

    • TFlexCelReport

    TFlexCelReport.Create(Boolean)

    Creates a new FlexCelReport component and sets the desired Overwrite mode for files.

    Syntax

    Unit: FlexCel.Report

    constructor TFlexCelReport.Create(const aAllowOverwritingFiles: Boolean);

    Parameters

    <-> Parameter Type Description
    const aAllowOverwritingFiles Boolean If false, FlexCelReport will never overwrite an existing file, and you have to delete it before creating it again.

    See also

    • TFlexCelReport
    • AllowOverwritingFiles

    TFlexCelReport.Create(Integer, string, TDataSourceInfoList, TFlexCelReport)

    Creates a new FlexCelReport component to be used on #include tags.

    Syntax

    Unit: FlexCel.Report

    constructor TFlexCelReport.Create(const aNestedIncludeLevel: Integer; const tagText: string; const dsInfoList: TDataSourceInfoList; const parentReport: TFlexCelReport);

    Parameters

    <-> Parameter Type Description
    const aNestedIncludeLevel Integer
    const tagText string
    const dsInfoList TDataSourceInfoList
    const parentReport TFlexCelReport

    See also

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