System.Bindings.EvalProtocol.ICustomScope.GetMetaClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMetaClass: TClass;

C++

virtual System::TClass __fastcall GetMetaClass() = 0 ;

Properties

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

Description

Getter method for the MetaClass property.

GetMetaClass is the getter method for the MetaClass property.

See Also