FMX.Grid.TGridValues.Changed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Called after a change in the Cells property.

Changes to the cells performed through other API members, such as Clear or RemoveRow, do not trigger a call to Changed.