[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomTreeView.InitializeWnd

Configures the control when its window handle is (re-)initialized.

Declaration

Source position: comctrls.pp line 3598

protected procedure TCustomTreeView.InitializeWnd; override;

Description

InitializeWnd is called after the Handle has been created, and before the missing child handles are created. Calls the inherited method on entry to assign the Handle and and its control flags, and synchronize values in the widgetset class instance. InitializeWnd calls the UpdateDefaultItemHeight method to update property values when tvoAutoItemHeight has been included in the Options for the control.

See also

TWinControl.InitializeWnd

  

Copies cached control properties to the newly created widget.


Version 3.2 Generated 2024-02-25 Home