System.Bindings.Factories.TBindingScopeFactory.IsObjectTypeRegistered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function IsObjectTypeRegistered(ObjectType: TClass; InheritOkay: Boolean = False): Boolean; inline;

C++

__classmethod bool __fastcall IsObjectTypeRegistered(System::TClass ObjectType, bool InheritOkay = false);

Properties

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

Description

Returns whether the given object type has a scope class registered with it.

The IsObjectTypeRegistered method returns True if the given object type has a scope class registered with it, False otherwise.

See Also