class TMtxComponent : public tObject;
Constructors
| Name | Description |
|---|---|
| TMtxComponent (2) |
Destructors
| Name | Description |
|---|---|
| ~TMtxComponent |
Properties
| Name | Type | Description |
|---|---|---|
| BlockAssign | bool | Block streaming of specific properties when storing only a "template". |
| EditorActive | bool | Returns True, if the component editor is displayed. |
| Name | DewString | |
| Reference | TReferenceList* | Stores a list of components that have to be notified, when this component is destroyed. |
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. |
| EditorClass | To be overriden in descendanr classses. |
| 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. |
Fields
| Name | Type | Description |
|---|---|---|
| Tag | intptr_t |