FMX.Grid.TColumn.EditorModified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditorModified;

C++

void __fastcall EditorModified();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn

Description

This method should be performed in the cell editor to notify the grid about changes.

See Also