Vcl.Grids.TCustomGrid.InvalidateRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvalidateRow(ARow: Longint);

C++

void __fastcall InvalidateRow(int ARow);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

Invalidates the region occupied by a row so that it will be repainted with the next Windows paint message.

Call InvalidateRow when a row changes so that the area it occupies will need to be repainted. The ARow parameter is the row index.

See Also