Vcl.Controls.TReservedControlData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TReservedControlData = ^Pointer;

C++

typedef void * TReservedControlData;

Properties

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

Description

TReservedControlData is an alias to an untyped pointer.

The TReservedControlData type is an alias to an untyped pointer. TReservedControlData is used for source compatibility in .Net.

TReservedControlData is an internal type.

See Also