Search Results for

    Show / Hide Table of Contents

    TFlexCelHtmlExport.Create Constructor

    Overloads

    • TFlexCelHtmlExport.Create
    • TFlexCelHtmlExport.Create(TExcelFile)
    • TFlexCelHtmlExport.Create(TExcelFile, Boolean)

    TFlexCelHtmlExport.Create

    Creates a new FlexCelHtmlExport instance.

    Syntax

    Unit: FlexCel.Render

    constructor TFlexCelHtmlExport.Create;

    See also

    • TFlexCelHtmlExport

    TFlexCelHtmlExport.Create(TExcelFile)

    Creates a new FlexCelHtmlExport and assigns it to an ExcelFile.

    Syntax

    Unit: FlexCel.Render

    constructor TFlexCelHtmlExport.Create(const aWorkbook: TExcelFile);

    Parameters

    <-> Parameter Type Description
    const aWorkbook TExcelFile ExcelFile containing the data this component will export.

    See also

    • TFlexCelHtmlExport

    TFlexCelHtmlExport.Create(TExcelFile, Boolean)

    Creates a new FlexCelHtmlExport and assigns it to an ExcelFile, setting AllowOverwritingFiles to the desired value.

    Syntax

    Unit: FlexCel.Render

    constructor TFlexCelHtmlExport.Create(const aWorkbook: TExcelFile; const aAllowOverwritingFiles: Boolean);

    Parameters

    <-> Parameter Type Description
    const aWorkbook TExcelFile ExcelFile containing the data this component will export.
    const aAllowOverwritingFiles Boolean When true, existing files will be overwritten.

    See also

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