FMX.Grid.TColumn.RefreshEditor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RefreshEditor(const InplaceEdit: TObject; const Value: TValue): Boolean; virtual;

C++

virtual bool __fastcall RefreshEditor(System::TObject* const InplaceEdit, const System::Rtti::TValue &Value);

Properties

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

Description

Changes the value of the column editor (InplaceEdit) to the specified value, and returns True on success or False otherwise.

This function may return False, for example, if the target column is read-only and the editor does not support read-only values, which prevents the editor from working.

See Also