Search Results for

    Show / Hide Table of Contents

    TVirtualDataTable.GetDetail Method

    Override this method if the table has linked tables that you can use for master detail relationships instead of normal relationships. This is the case for example in Entity Framework.

    Syntax

    Unit: FlexCel.Report

    function TVirtualDataTable.GetDetail(const dataTableName: string; const dataTable: TVirtualDataTable): TVirtualDataTable; virtual;

    Parameters

    <-> Parameter Type Description
    const dataTableName string Name of the detail dataset we are looking for.
    const dataTable TVirtualDataTable Detail dataset that we are looking for.

    Returns

    The dataset if it is a detail dataset, null otherwise.

    See also

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