Datasnap.DBClient.TAggregates.Find

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function Find(const DisplayName: string): TAggregate;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TAggregates

説明

指定された名前を持つ TAggregate オブジェクトを返します。

Find メソッドを呼び出すと,指定した TAggregate オブジェクトを Items プロパティ配列から取得できます。DisplayName パラメータで,取得したい集計の AggregateName プロパティの値を指定します。指定した名前の集計が Items プロパティ配列内に存在しない場合,Find メソッドは nil (Delphi)または NULL (C++)を返します。

関連項目