System.Bindings.Factories.TBindingScopeFactory.UnregisterObjectType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure UnregisterObjectType(ObjectType: TClass);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.Factories.pas
System.Bindings.Factories.hpp
System.Bindings.Factories TBindingScopeFactory

Description

Unregisters the scope class associated with the given object type.

The UnregisterObjectType method is used to unregister the scope class associated with the given object type. Call UnregisterObjectType with the following parameter:

Parameter Meaning
ObjectType Class reference for the object to which the scope type is attached.

See Also