__property bool EditorEnabled = {read = FEditorEnabled, write = FEditorEnabled};
If true, then holding down the CTRL key and double clicking the component will display the component editor.
Read:
bool FEditorEnabled;Write:
bool FEditorEnabled;Declared in Dew::Math::Controls::VCL::TMtxFloatEdit · Dew.Math.Controls.VCL/MtxComCtrls.h · C++Builder only