Vcl.Controls.TWindowProcPtr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TWindowProcPtr = ^Pointer;

C++

typedef void * TWindowProcPtr;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

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.

See Also