Data.Bind.ObjectScope.UnRegisterValueGenerator

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

Delphi

procedure UnRegisterValueGenerator(const AName: string; AFieldTypes: TGeneratorFieldTypes; const AFrameWorkExt: string);

C++

extern DELPHI_PACKAGE void __fastcall UnRegisterValueGenerator(const System::UnicodeString AName, TGeneratorFieldTypes AFieldTypes, const System::UnicodeString AFrameWorkExt);

プロパティ

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


説明

指定されたパラメータを使って値ジェネレータを登録解除します。

UnRegisterValueGenerator メソッドは、パラメータ ANameAFieldTypesAFrameWorkExt によって識別される値ジェネレータを、登録解除します。

関連項目