API:FMX.Grid.TPopupCell

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid

Beschreibung

Repräsentiert ein einzeiliges Textfeld, das beim Anklicken ein Popup-Menü anzeigt.

FMX.Grid.TPopupCell erbt von FMX.ExtCtrls.TPopupBox. Der folgende Inhalt bezieht sich auf FMX.ExtCtrls.TPopupBox.

Repräsentiert ein einzeiliges Textfeld, das beim Anklicken ein Popup-Menü anzeigt.

Mit TPopupBox fügen Sie dem Formular ein einzeiliges Textfeld hinzu, das beim Anklicken ein TPopupMenu anzeigt. Verwenden Sie zum Behandeln der Einträge des Popup-Menüs Items.

ItemIndex gibt den Menüeintrag an, der in dem Textfeld des TPopupBox-Objekts angezeigt wird.

Siehe auch

Codebeispiele