System.Bindings.Factories.TBindingScopeFactory.UnregisterObjectType

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

Delphi

class procedure UnregisterObjectType(ObjectType: TClass);

C++

__classmethod void __fastcall UnregisterObjectType(System::TClass ObjectType);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Bindings.Factories.pas
System.Bindings.Factories.hpp
System.Bindings.Factories TBindingScopeFactory

説明

指定されたオブジェクト型に関連づけられているスコープ クラスを登録解除します。

UnregisterObjectType メソッドは、指定されたオブジェクト型に関連付けられているスコープ クラスを登録解除するために、使用されます。UnregisterObjectType を次のパラメータで呼び出します:

パラメータ 意味
ObjectType スコープの型が追加されるオブジェクトへのクラス参照

関連項目