Overload List
| # | Signature | Description |
|---|---|---|
| 1 | virtual void Execute(TWinControl *IParent); | Call execute to show the component editor. |
| 2 | void Execute(); | |
| 3 | void Execute(bool Modal, TWinControl *IParent); |
Overload 1: virtual void Execute(TWinControl *IParent);
Call execute to show the component editor.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | IParent | TWinControl * |
Remarks:
The method can be called many times, if the dialog is running and will bring its window to the front.
Declared in Dew::Math::Controls::VCL::TMtxDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only
Overload 2: void Execute();
Declared in Dew::Math::Controls::VCL::TMtxDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only
Overload 3: void Execute(bool Modal, TWinControl *IParent);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Modal | bool | |
| 2 | IParent | TWinControl * |
Declared in Dew::Math::Controls::VCL::TMtxDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only