FMX.Grid.TGridModel.ColumnChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ColumnChanged(const Index: Integer);

C++

void __fastcall ColumnChanged(const int Index);

Properties

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

Description

Notifies the presentation of changes within the column with the specified column number.

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

If what changes is the size of a column, use ContentChanged instead.

See Also