System.Bindings.CustomScope.TCustomScope.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.CustomScope.pas
System.Bindings.CustomScope.hpp
System.Bindings.CustomScope TCustomScope

Description

Specifies the class MappedObject inherits from.

The MetaClass property specifies the minimum necessary class MappedObject inherits from.

MappedObject can be nil, but in this case the custom scope must know how to handle only with the information given in MetaClass.

If MappedObject can be changed when using the custom scope, then MetaClass is fixed and is the one that is established when creating the custom scope.

See Also