Vcl.Forms.Subclass3DDlg

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Subclass3DDlg(Wnd: HWnd; Flags: Word);

C++

extern DELPHI_PACKAGE void __fastcall Subclass3DDlg _DEPRECATED_ATTRIBUTE0 (HWND Wnd, System::Word Flags);

Properties

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

Description

Warning: Subclass3DDlg is deprecated.

This method is deprecated.

Subclass3DDlg 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.

Subclass3DDlg does nothing in this implementation.

See Also