FMX.Grid.TGridModel.OnSelChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnSelChanged: TNotifyEvent read FOnSelChanged write FOnSelChanged;

C++

__property System::Classes::TNotifyEvent OnSelChanged = {read=FOnSelChanged, write=FOnSelChanged};

Propriétés

Type Visibilité  Source Unité  Parent
event public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel


Description

Se produit après une modification de la cellule sélectionnée.

OnSelectCell se produit avant la modification.

Voir aussi