FMX.Grid.TGridModel.OnDrawColumnCell

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnDrawColumnCell: TDrawColumnCellEvent read FOnDrawColumnCell write FOnDrawColumnCell;

C++

__property TDrawColumnCellEvent OnDrawColumnCell = {read=FOnDrawColumnCell, write=FOnDrawColumnCell};

Eigenschaften

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


Beschreibung

Tritt ein, wenn die Darstellung eine Zelle zeichnen muss, und ermöglicht das Zeichnen der Zelle, um diese selber anzupassen.

Die Ereignisbehandlungsroutine von OnDrawColumnCell übernimmt die folgenden Parameter:

OnDrawColumnCell tritt nach OnDrawColumnBackground ein.

Siehe auch