Search Results for

    Show / Hide Table of Contents

    TVirtualDataTable.GetColumn Method

    Returns a column identifier that you can later use on TVirtualDataTableState.GetValue(Integer). Return -1 if the column does not exist, and make sure this search is case insensitive.

    Syntax

    Unit: FlexCel.Report

    function TVirtualDataTable.GetColumn(const columnName: string): Integer; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const columnName string Name of the column to search.

    Returns

    Column identifier if found, -1 if not found.

    See also

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