FMX.Grid.TPopupColumn.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items: TStringList read FItems write SetItems;

C++

__property System::Classes::TStringList* Items = {read=FItems, write=SetItems};

Properties

Type Visibility Source Unit Parent
property published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TPopupColumn

Description

Returns the items available for the pop-up column as strings.

The items of Items are displayed in a pop-up that appears when clicking one of the cells in the column. Choosing one of the items will set the item as the value of that cell.

See Also