System.Bindings.CustomWrapper.TCustomWrapper.GetMetaClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMetaClass: TClass; inline;

C++

System::TClass __fastcall GetMetaClass();

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

Description

Getter implementation for the MetaClass property.

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

See Also