FMX.Grid.TGridModel.DataChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DataChanged(const ACol, ARow: Integer);

C++

void __fastcall DataChanged(const int ACol, const int ARow);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel

Description

Removes from the cache the value of the cell specified by ACol and ARow and sends the message to invalidate this cell.

Method that is executed when the data of the cell with the specified ACol column and ARow row numbers is changed.