Vcl.Forms.TScrollingWinControl.CreateWnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateWnd; override;

C++

virtual void __fastcall CreateWnd();

Properties

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

Description

Creates a Windows control corresponding to the TScrollingWinControl object.

CreateWnd is called automatically when the control is first created or when the window must be destroyed and recreated to reflect property changes.

See Also