FMX.Grid.TColumn.DoTextChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoTextChanged(Sender: TObject);

C++

void __fastcall DoTextChanged(System::TObject* Sender);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn


Description

Appelée automatiquement quand le texte d'une cellule change. DoTextChanged exécute les actions appropriées quand le texte d'une cellule est modifié.

Voir aussi