System.Bindings.CustomScope.TCustomScope.GetMetaClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMetaClass: TClass;

C++

System::TClass __fastcall GetMetaClass();

Properties

Type Visibility Source Unit Parent
function protected
System.Bindings.CustomScope.pas
System.Bindings.CustomScope.hpp
System.Bindings.CustomScope TCustomScope

Description

Getter implementation for the MetaClass property.

The GetMetaClass method is the protected getter implementation for the MetaClass property.

See Also