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

TCustomComboBox.IntfGetItems

Gets the values in the Items property for the widgetset class.

Declaration

Source position: stdctrls.pp line 409

public procedure TCustomComboBox.IntfGetItems;

Description

IntfGetItems is a procedure used to populate the values in the Items property. IntfGetItems is called when the widgetset class retrieves the values for the items displayed in the control. Some widgetsets perform this action when the handle is allocated, or the focus is set for the control. Others perform the action when the drop-list for the control is displayed.

IntfGetItems calls the GetItems method to signal the OnGetItems event handler (when assigned).

See also

TCustomComboBox.Items

  

The list of items displayed in the combo-box control.

TCustomComboBox.GetItems

  

Signals the OnGetItems event handler.

TCustomComboBox.OnGetItems

  

Handler invoked when widgetset items list can be populated.


Version 3.2 Generated 2024-02-25 Home