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

TDBLookupListBox.InitializeWnd

Initializes the window handle for the control.

Declaration

Source position: dbctrls.pp line 485

protected procedure TDBLookupListBox.InitializeWnd; override;

Description

InitializeWnd is an overridden procedure in TDBLookupListBox, and calls the inherited method to initialize the window handle and the Items used for the control. InitializeWnd ensures that the Items property is also assigned to the control items in the TDBLookup instance used in the control.

See also

TDBLookup.ControlItems

  

Contains the items displayed for the lookup control.

TCustomListBox.InitializeWnd

  

Updates Items from the widgetset class and invalidates the item cache.

TCustomListBox.Items

  

The list of all items defined in the control.


Version 4.0 Generated 2025-05-03 Home