Datasnap.DBClient.TAggregates.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Owner: TPersistent);

C++

__fastcall TAggregates(System::Classes::TPersistent* Owner);

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TAggregates

Description

Creates and initializes a TAggregates object.

Applications should not need to call the Create method directly. The client dataset that uses TAggregates to represent its maintained aggregates creates this object from its own constructor.