Vcl.Grids.TDrawCellEvent

提供: RAD Studio API Documentation
移動先: 案内検索

C++

typedef void __fastcall (__closure *TDrawCellEvent)(System::TObject* Sender, int ACol, int ARow, const System::Types::TRect &Rect, TGridDrawState State);

プロパティ

種類 可視性 ソース ユニット
typedef public Vcl.Grids.hpp Vcl.Grids Vcl.Grids

説明

OnDrawCell イベントの関数型です。

TDrawCellEventOnDrawCell イベントの関数型です。TDrawCellEvent のパラメータを以下の表に示します。



パラメータ 意味

Sender

セルが描画されるグリッド。

ACol, ARow

描画されるセルの列および行のインデックス。

Rect

キャンバス上のセルの位置

State

セルに入力フォーカスがあるかどうか、セルが選択されているかどうか、および固定された(スクロールしない)セルであるかどうかを示す TGridDrawState



関連項目