TCustomMtxVecGrid::Editable Property

__property bool Editable = {read = FEditable, write = SetEditable};

If true, cells values can be edited.

Read: bool FEditable;
Write: void SetEditable(const bool Value);
Declared in Dew::Math::Controls::VCL::TCustomMtxVecGrid · Dew.Math.Controls.VCL/MtxGrid.h · C++Builder only