FMX.Grid.TCustomGrid.CanEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanEdit: Boolean;

C++

bool __fastcall CanEdit(void);

Properties

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

Description

Determines whether the selected cell can be edited (True) or not (False) based on the current configuration of the corresponding column and the grid.

See Also