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 cell in a grid that holds a pop-up menu.

A TPopupCell object is a cell--in a TPopupColumn of a grid--that displays a pop-up menu.

See Also