Controls.TWindowProcPtr
From RAD Studio VCL Reference
Contents |
Delphi Information
From Controls.pas
TWindowProcPtr= System.Pointer;
Unit: Controls
Type: pointer
C++ Information
From Controls.hpp
typedef void * TWindowProcPtr;
Unit: Controls
Type: typedef
Description
TWindowProcPtr is an alias to an untyped pointer.
The TWindowProcPtr type is an alias to an untyped pointer. TWindowProcPtr is used for source compatibility in .Net.
TWindowProcPtr is an internal type.