FMX.Grid.TGridModel.SelectionChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectionChanged;

C++

void __fastcall SelectionChanged();

Properties

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

Description

Notifies the presentation of changes to the row number or to the column number of the current selection.

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

See Also