Vcl.Forms.Subclass3DWnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Subclass3DWnd(Wnd: HWnd): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall Subclass3DWnd _DEPRECATED_ATTRIBUTE0 (HWND Wnd);

Properties

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

Description

Warning: Subclass3DWnd is deprecated.

This method is deprecated.

Subclass3DWnd was used by the former Windows NT 3.51 CTL3D support. This method is deprecated because Ctl3D properties of the VCL controls now use extended window style flags on Windows 95 and later Windows operating systems.

Subclass3DWnd does nothing in this implementation.

See Also