FMX.Grid.TCustomGrid.CanEditAcceptKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Description

Internally used to verify whether a cell can accept the given character.

See Also