API:FMX.Grid.TPopupCell

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
class public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid

説明

クリックするとポップアップ メニューが表示される単一行のテキスト ボックスを表します。

FMX.Grid.TPopupCell は FMX.ExtCtrls.TPopupBox を継承しています。以下の内容はすべて FMX.ExtCtrls.TPopupBox を参照しています。

クリックするとポップアップ メニューが表示される単一行のテキスト ボックスを表します。

TPopupBox を使用すると、クリック時に、TPopupMenu が表示される単一行のテキストボックスを、フォームに追加することができます。Items を使用すると、ポップアップ メニューの項目を処理することができます。

ItemIndex は、TPopupBox のテキストボックスに表示されるメニュー項目を示します。

関連項目