FMX.Grid.Style.TStyledGrid.CanEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanEdit: Boolean; virtual;

C++

virtual bool __fastcall CanEdit();

Properties

Type Visibility Source Unit Parent
function public
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid

Description

Indicates whether the cell editor for the cell at column Model.Col and row Model.Row can be opened (True) or not (False).

See Also