FMX.Grid.TPopupColumn

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

FMX.Grid.TColumnFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPopupColumn

Delphi

TPopupColumn = class(TColumn)

C++

class PASCALIMPLEMENTATION TPopupColumn : public TColumn

Eigenschaften

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

Beschreibung

TPopupColumn repräsentiert eine Spalte in einer Tabelle, die TPopupCell-Objekte enthält.

Ein TPopupColumn-Objekt ist eine Spalte in einer Tabelle, deren Zeilen den Typ TPopupCell haben und Popup-Menüs enthalten.

Siehe auch