Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlResources Class

A resource collection in the VCL Gantt Control.

#Declaration

Delphi
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