Data.Bind.ObjectScope.GetRegisteredValueGenerators

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

Delphi

function GetRegisteredValueGenerators(AFieldType: TGeneratorFieldType): TArray<string>;

C++

extern DELPHI_PACKAGE System::DynamicArray<System::UnicodeString> __fastcall GetRegisteredValueGenerators(TGeneratorFieldType AFieldType);

プロパティ

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

説明

登録済みの値ジェネレータの名前の配列を返します。


AFieldType にはジェネレータのフィールドの型を指定します。

関連項目