TdxFcItem Members
The flow chart control’s item.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomFlowChart) |
Creates a TdxFcItem class instance in the specified Flow Chart control.
|
Properties
| Name | Description |
|---|---|
| Data | Points to any arbitrary data, associated with the chart symbol or connection. |
| Destroying | Identifies whether the item is about to be destroyed. |
| Font | Specifies font settings for the chart item. |
| Owner | Provides access to the flow chart control to which the current chart symbol or connection belongs. |
| ParentFont | Specifies if the chart symbol or connection updates the font settings from the control. |
| Selected | Specifies the item selection. |
| Text | Specifies a text string that chart symbol or connection can display. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| ToString | Inherited from TObject. |
See Also