TMtxFloatEdit::EditorActive Property

__property bool EditorActive = {read = FEditorActive, write = SetEditorActive};

Returns True, if the component editor is active (displayed).

Read: bool FEditorActive;
Write: void SetEditorActive(const bool Value);
Declared in Dew::Math::Controls::VCL::TMtxFloatEdit · Dew.Math.Controls.VCL/MtxComCtrls.h · C++Builder only