Vcl.AxCtrls.ParkingWindow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ParkingWindow: HWND;

C++

extern DELPHI_PACKAGE HWND __fastcall ParkingWindow(void);

Properties

Type Visibility Source Unit Parent
function public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls Vcl.AxCtrls

Description

Provides a temporary parent window for ActiveX controls when the container is not ready to act as a parent.

Call ParkingWindow to get the window handle of the parking window. This can be used as a temporary parent to activeX controls until the host application's container is ready.

See Also