Search Results for

    Show / Hide Table of Contents

    TFlexCelPrintDocument.BeginPrint Method

    Initializes the printing engine. After calling this method you can call PrintSheet to print different xls files, or PrintAllVisibleSheets. You should always end printing with a call to EndPrint

    Syntax

    Unit: FlexCel.Render

    procedure TFlexCelPrintDocument.BeginPrint(const VPrinter: TAbstractPrinter = nil);

    Parameters

    <-> Parameter Type Description
    const VPrinter TAbstractPrinter Optional: Default value is nil

    An encapsulation of a TPrinter object. Normally you will want to not specify this parameter or leave it nil.

    See also

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