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

TCustomComboBox.Items

The list of all items in the control.

Declaration

Source position: stdctrls.pp line 399

public property TCustomComboBox.Items : TStrings
  read FItems
  write SetItems;

Description

The Items strings are displayed in the static or drop-down list of the control.

Reading allows one to access the contents of the list (TStrings compatible).

Assign another string list to replace the items.

See also

TCustomComboBox.ItemIndex

  

The index of the currently selected item, -1 if none is selected.

#rtl.Classes.TStrings

The latest version of this document can be found at lazarus-ccr.sourceforge.net.