class THypothesisTestDialog : public TMtxDialog;
Constructors
| Name | Description |
|---|---|
| THypothesisTestDialog |
Destructors
| Name | Description |
|---|---|
| ~THypothesisTestDialog |
Properties
| Name | Type | Description |
|---|---|---|
| BlockAssign | bool | Block streaming of specific properties when storing only a "template". |
| Docking | bool | If True, the user will be able to dock the component editor. |
| EditorActive | bool | Returns True, if the component editor is displayed. |
| EditorForm | TForm* | |
| FormCaption | System::UnicodeString | Defines the Caption on the form. |
| Name | DewString | |
| OnBeforeUpdate | TNotifyEvent | The event is called just before the edit controls on the dialog box get updated. |
| Reference | TReferenceList* | Stores a list of components that have to be notified, when this component is destroyed. |
| RegistryPath | System::UnicodeString | Defines the registry path to which the settings of TMtxFloatEdit components residing on the displayed dialog will stored. |
| ShowLive | bool | Indicate that all updates made to the properties on the dialog will trigger recalculation of the component. |
| Source | TMtxHypothesisTest* | |
| StayOnTop | bool | If True, the dialog will "stay on top". |
| StoreInRegistry | bool | Set this property to True, to store the values of TMtxFloatEdit components residing on the dialog to registry. |
Methods
| Name | Description |
|---|---|
| AllowStreaming | Returns the negatated value of BlockAssign. |
| Assign | Assign values of all published properties from Source. |
| AssignTemplate | Assign values of "template-like" published properties from Source. |
| CurrentSource | Returns the current component to be edited. |
| EditorClass | To be overriden in descendanr classses. |
| Execute (3) | Call execute to show the component editor. |
| ExecuteModal | |
| GetDocking | |
| GetEditorForm | |
| GetFormCaption | |
| GetOnBeforeUpdate | |
| GetRegistryPath | |
| GetShowLive | |
| GetStayOnTop | |
| GetStoreInRegistry | |
| InternalExecute | |
| LoadFromStream | Load the component from Src stream. |
| LoadTemplateFromFile | Load a template from file. |
| LoadTemplateFromStream | Load a template from stream. |
| OnEditorFormDestroy | |
| ReferenceRemoved | |
| Reset | Reset is called after loading the data from stream or file. |
| SaveTemplateToFile | Save template to file. |
| SaveTemplateToStream | Save template to stream. |
| SaveToStream | Save the component to Dst stream. |
Fields
| Name | Type | Description |
|---|---|---|
| FSource | TMtxComponent * | |
| Tag | intptr_t |