FMX.Grid.TColumn.DoTextChanged

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also