FMX.Grid.TPopupColumn

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TPopupColumn = class(TColumn)

C++

class PASCALIMPLEMENTATION TPopupColumn : public TColumn

Properties

Type Visibility Source Unit Parent
class public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid

Description

TPopupColumn represents a column in a grid that holds TPopupCell objects.

A TPopupColumn object is a column in a grid, whose rows are of type TPopupCell and contain pop-up menus.

See Also