FMX.Grid.TColumn.DrawableCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DrawableCell: IDrawableCell read GetDrawableCell;

C++

__property _di_IDrawableCell DrawableCell = {read=GetDrawableCell};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn

Description

IDrawableCell interface for the cell control, or nil if the cell control does not exist or if it does not support the IDrawableCell interface.