Table of Contents

TFlexCelPdfExport.Create Constructor

Overloads

TFlexCelPdfExport.Create

Creates a new FlexCelPdfExport instance.

Syntax

Unit: FlexCel.Render

constructor TFlexCelPdfExport.Create;

See also

TFlexCelPdfExport.Create(TExcelFile)

Creates a new FlexCelPdfExport and assigns it to an ExcelFile.

Syntax

Unit: FlexCel.Render

constructor TFlexCelPdfExport.Create(const aWorkbook: TExcelFile);

Parameters

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

See also

TFlexCelPdfExport.Create(TExcelFile, Boolean)

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

Syntax

Unit: FlexCel.Render

constructor TFlexCelPdfExport.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