FMX.Grid.TColumn.DoTextExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoTextExit(Sender: TObject);

C++

void __fastcall DoTextExit(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 a text cell from the column loses focus.

See Also