Data.Bind.ObjectScope.FindRegisteredValueGenerators

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

Delphi

function FindRegisteredValueGenerators(const AName: string; AFieldType: TGeneratorFieldType): TArray<TPair<string, TValueGeneratorDescription>>;

C++

extern DELPHI_PACKAGE System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,TValueGeneratorDescription> > __fastcall FindRegisteredValueGenerators(const System::UnicodeString AName, TGeneratorFieldType AFieldType);

プロパティ

種類 可視性 ソース ユニット
function public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

説明

指定された名前とフィールドの型を持つ登録済み値ジェネレータの配列を返します。


AName パラメータにはジェネレータの名前を、AFieldType パラメータにはジェネレータのフィールドの型を指定します。

関連項目