__property bool StoreInRegistry = {read = FStoreInRegistry, write = SetStoreInRegistry};
Set this property to True, to store the values of TMtxFloatEdit components residing on the dialog to registry.
Read:
bool FStoreInRegistry;Write:
void SetStoreInRegistry(const bool Value);Remarks:
This allows the user to keep the Increment and value formating between different sessions.
Declared in Dew::Math::Controls::VCL::TMtxDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only