System.Bindings.CustomWrapper.TCustomWrapper.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.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

Description

Allows navigation through the metadata the same way as through a class reference of an object.

The MetaClass property allows navigation through the metadata the same way as through a class reference of an object. This permits the placeholder to constrain what types of objects can be attached. It also gives the ability to create placeholder wrappers for members of the metaclass that are used in the expression.

See Also