FMX.Grid.TColumn.EditingCancelled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditingCancelled; virtual;

C++

virtual void __fastcall EditingCancelled();

Properties

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

Description

This virtual method is called from the EditingDone method if the parameter is False and some changes are made.

You can override this method in the heir, but you do not have to call it manually.

This method is used to interact with the LiveBinding.

See Also