System.Bindings.Factories.TBindingScopeFactory.IsScopeClassRegistered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function IsScopeClassRegistered(ScopeClass: TScopeClass): Boolean; inline;

C++

__classmethod bool __fastcall IsScopeClassRegistered(System::Bindings::Customscope::TScopeClass ScopeClass);

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 scope class is registered with an object type.

The IsScopeClassRegistered method returns True if the given scope class is registered with an object type, False otherwise.

See Also