FMX.Grid.TGridModel.ContentChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ContentChanged;

C++

void __fastcall ContentChanged();

Properties

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

Description

Notifies the presentation of changes in the content of the grid that affect the whole grid, such as size, count or order changes that affect columns or rows.

If the model is in the middle of an update, the change is marked so that EndUpdate notifies the presentation about it.

For changes within a column that have no impact outside that column, use ColumnChanged instead.

See Also