Use the component to display the associated component editor in run-time.
Use the component to display the associated component editor for TBiSpectrumAnalyzer.
| 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. |
| OnParameterUpdate | ::Dew::tNotifyEvent | Triggers when a parameter is to be updated for the component being edited. |
| 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 | TBiSpectrumAnalyzer* | Defines the component for which a component editor will be displayed. |
| SourceList | TBiSpectrumAnalyzerList* | Defines the source component list from which a component is comming for which a component editor will be displayed. |
| SourceListIndex | int | Defines the sourceList index of the component to be edited. |
| 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. |