public class BiSpectrumAnalyzerDialog : CustomSignalDialog
Use the component to display the associated component editor.
Properties
| Name | Type | Description |
|---|---|---|
| BlockAssign | Boolean | Block streaming of specific properties when storing only a "template". |
| Docking | Boolean | If True, the user will be able to dock the component editor. |
| EditorActive | Boolean | Returns True, if the component editor is displayed. |
| FormCaption | String | Defines the Caption on the form. |
| Reference | TReferenceList | Stores a list of components that have to be notified, when this component is destroyed. |
| RegistryPath | String | Defines the registry path to which the settings of MtxFloatEdit components residing on the displayed dialog will stored. |
| ShowLive | Boolean | 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 | Int32 | |
| StayOnTop | Boolean | If True, the dialog will "stay on top". |
| StoreInRegistry | Boolean | Set this property to True, to store the values of MtxFloatEdit 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. |
| ctor (3) | |
| CurrentSource | |
| Destroy | |
| Dispose | |
| DoParameterUpdate | |
| EditorClass | To be overriden in descendanr classses. |
| Execute (2) | Call execute to show the component editor as not modal window. |
| ExecuteModal | Call ExecuteModal to show the component editor as modal window. |
| LoadFromStream | Load the component from Src stream. |
| LoadTemplateFromFile | Load a template from file. |
| LoadTemplateFromStream | Load a template from stream. |
| 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. |
Events
| Name | Description |
|---|---|
| OnBeforeUpdate | The event is called just before the edit controls on the dialog box get updated. |
| OnParameterUpdate | Triggers when a parameter is to be updated for the component being edited. |