Skip to main content

TdxGanttControlResources Class

A resource collection in the VCL Gantt Control.

Declaration

TdxGanttControlResources = class(
    TdxGanttControlModelUIDElementList
)

Remarks

Resources are tools that help users complete tasks in a project. The lack of resources can hinder project completion.

For instance, a company needs to analyze the consumer market to identify the target audience interested in the company’s products. A staff analyst that accomplishes this task is the company’s resource assigned to this task.

The control includes the following resource types:

  • Human (employees, project teams, and so on)
  • Material (machines, tools, equipment, software, and so on)
  • Financial (finance fund, project budget, project grants and so on)

Users can manage resources in the Resource Sheet View.

The TdxGanttControlResources class includes API members that allow you to do the following:

  • Populate the collection with resources (Append and Insert)
  • Remove a specific resource (Remove)
  • Delete a resource at a specified position (Delete)
  • Access a resource by its index or name (Items and GetItemByName)

A data model’s Resources property references a TdxGanttControlResources object.

See Also