FMX.Grid.TColumn.InEditMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InEditMode: Integer read FEditMode;

C++

__property int InEditMode = {read=FEditMode, nodefault};

Properties

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

Description

Determines the edit mode of the column.

InEditMode can have three values:

Parameter Meaning

-1

The column is not in edit mode.

0

The editing is in progress.

1

The editing can start.