TdxGanttControlTasks Members
A task collection in the Gantt control.Constructors
| Name | Description |
|---|---|
| Create(TdxGanttControlCustomDataModel) | Initializes a new instance of the TdxGanttControlModelElement class with specified settings. Inherited from TdxGanttControlModelElement. |
Properties
| Name | Description |
|---|---|
| Count | Inherited from TdxGanttControlModelElementList. |
| DataModel | Inherited from TdxGanttControlModelElement. |
| Items | Provides access to all tasks in the collection. |
Methods
| Name | Description |
|---|---|
| Append | Adds a new task to the end of a task collection. |
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| BeginUpdate | Inherited from TdxGanttControlPersistent. |
| CancelUpdate | Inherited from TdxGanttControlPersistent. |
| Delete(Integer) | Removes the specified task from the collection. |
| EndUpdate | Inherited from TdxGanttControlPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetItemByUID(Integer) | Returns a task with the specified unique identifier. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| IndexOf(TdxGanttControlModelElementListItem) | Inherited from TdxGanttControlModelElementList. |
| Insert(Integer) | Adds a task to the specified position in the collection. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| Reset | Inherited from TdxGanttControlPersistent. |
| ToString | Inherited from TObject. |
See Also