Vcl.Forms.SetAutoSubClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAutoSubClass(Enable: Boolean);

C++

extern DELPHI_PACKAGE void __fastcall SetAutoSubClass _DEPRECATED_ATTRIBUTE0 (bool Enable);

Properties

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

Description

Warning: SetAutoSubClass is deprecated.

This method is deprecated.

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

SetAutoSubClass does nothing in this implementation.

See Also