FMX.Grid.IDrawableCellEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IDrawableCellEx = interface(IDrawableCell)

C++

__interface  INTERFACE_UUID("{A96CF08A-F868-4CDB-B4F5-A2D18DD7EDDD}") IDrawableCellEx  : public IDrawableCell

Properties

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

Description

Interface that presentation classes like TColumn must implement to paint cells.

This interface defines the BeforeDrawing, DrawCell and AfterDrawing methods from IDrawableCell, plus an additional method, DrawBackground, to paint the background of cells.