Table of Contents

TFlexCelSQLQueryMethod Anonymous method

Use this method to return a dataset where FlexCel can execute the SQL Query. The type of dataset you return depends on the database you are accessing and the Delphi components you are using to access that database.

Syntax

Unit: FlexCel.Report

TFlexCelSQLQueryMethod = reference to function(const sql: string): TDataSet;