Vcl.ValEdit.TValueListEditor.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.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

CreateWnd is used in control initialization.

Vcl.ValEdit.TValueListEditor.CreateWnd inherits from Vcl.Grids.TCustomGrid.CreateWnd. All content below this line refers to Vcl.Grids.TCustomGrid.CreateWnd.

CreateWnd is used in control initialization.

The CreateWnd method is called internally to specify the properties of the window that implements this control. As implemented in TCustomGrid, CreateWnd makes sure that the grid can use the themes before continuing with the other initializations.

See Also