FMX.Grid.TGridModel.CellReturnAction

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

Delphi

property CellReturnAction: TCellReturnAction read FCellReturnAction write FCellReturnAction  default TCellReturnAction.None;

C++

__property TCellReturnAction CellReturnAction = {read=FCellReturnAction, write=FCellReturnAction, default=0};

プロパティ

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


説明

ユーザーがセル エディタ上で Enter キーを押した際に起こすアクション

取り得る値は以下のとおりです。

説明
GotoNextColumn 次の列に移動。
GotoNextRow 次の行に移動。
None 現在のセルにとどまる。

関連項目

関連項目