FMX.Grid.TGridModel.GetEditorValue

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

Delphi

function GetEditorValue: TValue;

C++

System::Rtti::TValue __fastcall GetEditorValue();

プロパティ

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


説明

グリッドがエディタモードの場合には、セル エディタの現在のを、そうでなければ TValue.Empty を返します。

関連項目