Datasnap.DBClient.TAggregates.Find

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Find(const DisplayName: string): TAggregate;

C++

TAggregate* __fastcall Find(const System::UnicodeString DisplayName);

Properties

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

Description

Returns the TAggregate object with a specified name.

Call Find to obtain a specified TAggregate object from the Items property array. The DisplayName parameter specifies the value of the aggregate's AggregateName property. If there is no aggregate with the specified name in the Items property array, Find returns nil (Delphi) or NULL (C++).

See Also