API:FMX.Grid.TPopupCell

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ExtCtrls.TPopupBoxFMX.StdCtrls.TCustomButtonFMX.StdCtrls.TPresentedTextControlFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectTPopupCell

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.

See Also

Code Examples