FMX.Grid.TColumn.DoEditorModified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoEditorModified: Boolean; virtual;

C++

virtual bool __fastcall DoEditorModified();

Properties

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

Description

This virtual method is called when the data is changed in the cell editor.

You should not perform this method on your own. Instead, use the EditorModified method.

True if it is possible to change the EditorState value.

See Also