TMtxProgressDialog::ShowDialog Property

__property bool ShowDialog = {read = FShowDialog, write = SetShowDialog};

If True, the component will display it's default progress dialog.

Read: bool FShowDialog;
Write: void SetShowDialog(const bool Value);
Declared in Dew::Math::Controls::VCL::TMtxProgressDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only