FMX.Grid.TCustomGrid.CanEditAcceptKey

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

Delphi

function CanEditAcceptKey(Key: System.WideChar): Boolean; virtual;

C++

virtual bool __fastcall CanEditAcceptKey(System::WideChar Key);

プロパティ

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

説明

内部的に使用され、そのセルが指定された文字を許容できるかどうかを検証します。

関連項目