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

TCustomComboBox.OnGetItems

Event handler when items can be populated

Declaration

Source position: stdctrls.pp line 359

protected property TCustomComboBox.OnGetItems: TNotifyEvent
  read FOnGetItems
  write FOnGetItems;

Description

Some widgetsets like gtk call this just before the list drops down, while others do it on handle creation. This event allows to handle both cases with one event.