Search Results for

    Show / Hide Table of Contents

    TVirtualDataTable.Create Constructor

    Creates a new virtual datatable instance and assigns a name to it.

    Syntax

    Unit: FlexCel.Report

    constructor TVirtualDataTable.Create(const aTableName: string; const aCreatedBy: TVirtualDataTable);

    Parameters

    <-> Parameter Type Description
    const aTableName string Name for the virtual data table. Note that this name is *not* used anywhere in FlexCel code, except to report errors.
    The Table names that are used on reports are the ones in TVirtualDataTableState
    const aCreatedBy TVirtualDataTable Table that created this table (via a filter, distinct, etc), or null if this table wasn't created from another VirtualDataTable.

    See also

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