FMX.ExtCtrls.TPopupBox.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items: TStrings read FItems write SetItems;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TPopupBox

Description

Represents the list of items that appear when the pop-up box is displayed.

Use the list's (TStrings descendant) methods to manage these items (add, insert, delete items).

See Also