FMX.Grid.TStringGridModel.ValueChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ValueChanged(const ACoord: TGridModel.TCoord); virtual;

C++

virtual void __fastcall ValueChanged(const TGridModel::TCoord &ACoord);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TStringGridModel

Description

Is called when the value of a cell located in the specified grid coordinates of the string grid changes.

Note: The model does not call ValueChanged if a value changes during an update session. Use ContentChanged in those scenarios.