API:Vcl.Outline.TCustomOutline.InvalidateCell

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

Delphi

procedure InvalidateCell(ACol, ARow: Longint);

C++

HIDESBASE void __fastcall InvalidateCell(int ACol, int ARow);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

説明

次の Windows ペイントメッセージで再描画されるようにセルが占めている領域を無効化します。

Vcl.Outline.TCustomOutline.InvalidateCell は Vcl.Grids.TCustomGrid.InvalidateCell を継承しています。以下の内容はすべて Vcl.Grids.TCustomGrid.InvalidateCell を参照しています。

次の Windows ペイントメッセージで再描画されるようにセルが占めている領域を無効化します。

InvalidateCell メソッドは,セルの内容が変化したとき呼び出され,セルを再描画するようにします。ACol パラメータはセルの列インデックス,ARow パラメータは行インデックスです。

関連項目