REST.Backend.ServiceTypes.TBackendStorageApi.FindObject

提供: RAD Studio API Documentation
2014年3月5日 (水) 08:49時点におけるBuildBot (トーク | 投稿記録)による版 (ページの作成:「{{#lst:API:REST.Backend.ServiceTypes.TBackendStorageApi.FindObject|api}} ==説明== {{#lsth:API:REST.Backend.ServiceTypes.TBackendStorageApi.FindObject|説明}}」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

function FindObject(const AMetaObject: TBackendEntityValue; AProc: TFindObjectProc): Boolean; overload;
function FindObject(const AClassName, AObjectID: string; AProc: TFindObjectProc): Boolean; overload;
function FindObject<T: class, constructor>(const AMetaObject: TBackendEntityValue; AProc: TFindObjectProc<T>): Boolean; overload;

C++

bool __fastcall FindObject(const Rest::Backend::Metatypes::TBackendEntityValue &AMetaObject, _di_TFindObjectProc AProc)/* overload */;
bool __fastcall FindObject(const System::UnicodeString AClassName, const System::UnicodeString AObjectID, _di_TFindObjectProc AProc)/* overload */;
template<typename T> bool __fastcall FindObject(const Rest::Backend::Metatypes::TBackendEntityValue &AMetaObject, System::DelphiInterface<TFindObjectProc__1<T> > AProc)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes TBackendStorageApi

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。