FMX.Grid.TColumn.InEditMode

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property InEditMode: Integer read FEditMode;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn

説明

列の編集モードを判別します。

InEditMode は、次の 3 つの値が設定可能です:

パラメータ 意味

-1

列は、編集モードではない。

0

編集が進行中。

1

編集を開始することができる。