FireDAC.Phys.SQLite.TFDSQLiteFunction.Aggregated

From RAD Studio API Documentation
Revision as of 23:18, 17 July 2013 by Andreeah (talk | contribs) (English review - RS 40880)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property Aggregated: Boolean read FAggregated write SetAggregated default False;

C++

__property bool Aggregated = {read=FAggregated, write=SetAggregated, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite TFDSQLiteFunction

Description

Controls the function mode.

Use the Aggregated property to specify if the function is a scalar or an aggregated one. The default value is False.

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FireDAC.Phys.SQLite.TFDSQLiteFunction.Aggregated&oldid=583238"