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

Method that is executed when the data of the cell with the specified column number and row number changes in the grid due to a change in the underlying data source.