__property bool ShowLive = {read = FShowLive, write = SetShowLive};
Indicate that all updates made to the properties on the dialog will trigger recalculation of the component.
Read:
bool FShowLive;Write:
void SetShowLive(const bool Value);Declared in Dew::Math::Controls::VCL::TMtxDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only