API:FMX.Grid.TPopupCell
Delphi
TPopupCell = class(TPopupBox, IDrawableCell)
C++
class PASCALIMPLEMENTATION TPopupCell : public Fmx::Extctrls::TPopupBox
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | FMX.Grid |
Description
Represents a single-line text box that, when clicked, displays a pop-up menu.
FMX.Grid.TPopupCell inherits from FMX.ExtCtrls.TPopupBox. All content below this line refers to FMX.ExtCtrls.TPopupBox.
Represents a single-line text box that, when clicked, displays a pop-up menu.
Use TPopupBox to add to the form a single-line text box that, when clicked, displays a TPopupMenu. Use Items to handle the items of the pop-up menu.
ItemIndex specifies the menu item that is displayed in the text box of the TPopupBox.