System.Bindings.CustomWrapper.TCustomWrapper.GetWrapperType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWrapperType: TCustomWrapperType; inline;

C++

System::Bindings::Evalprotocol::TCustomWrapperType __fastcall GetWrapperType();

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 WrapperType property.

The GetWrapperType method is the getter implementation for the WrapperType property.

See Also