FMX.Grid.TColumn.DoTextChanged
Delphi
procedure DoTextChanged(Sender: TObject);
C++
void __fastcall DoTextChanged(System::TObject* Sender);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TColumn |
Description
Called automatically when the text in a cell changes. DoTextChanged performs the appropriate actions when the text in a cell is modified.