Datasnap.DBClient.TAggregates.Find

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TAggregates

Delphi

function Find(const DisplayName: string): TAggregate;

C++

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

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