System.TPtrWrapper.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AValue: NativeInt); overload;
constructor Create(AValue: Pointer); overload;

C++

__fastcall TPtrWrapper(NativeInt AValue)/* overload */;
__fastcall TPtrWrapper(void * AValue)/* overload */;
TPtrWrapper() {}

Properties

Type Visibility Source Unit Parent
constructor public
System.pas
System.hpp
System TPtrWrapper

Description

Embarcadero Technologies does not currently have any additional information.