System.Bindings.EvalProtocol.ICustomScope.MetaClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MetaClass: TClass read GetMetaClass;

C++

__property System::TClass MetaClass = {read=GetMetaClass};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol ICustomScope

Description

Specifies the metaclass on which the scope is created.

The MetaClass property specifies the metaclass on which the scope is created. In case the scope is associated with an object, the metaclass is the object's metaclass. If the scope does not have an object associated, it returns the metaclass given by the custom scope factory.

See Also