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

TCustomListBox.Items

The list of all items in the control.

Declaration

Source position: stdctrls.pp line 601

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

Description

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

Assign another string list to replace the items.

See also

TCustomListBox.ItemIndex

  

The currently selected item, -1 if none.

#rtl.Classes.TStrings

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