System.Bindings.EvalProtocol.ICustomWrapper.GetWrapperType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWrapperType: TCustomWrapperType;

C++

virtual TCustomWrapperType __fastcall GetWrapperType() = 0 ;

Properties

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

Description

Getter method for the WrapperType property.

GetWrapperType is the getter method for the WrapperType property.

See Also