Skip to main content

TdxGanttControlResource Class

A resource in the VCL Gantt Control.

Declaration

TdxGanttControlResource = class(
    TdxGanttControlModelUIDElement
)

Remarks

Tasks in a project require resources (for instance, humans, equipment, financial costs, and so on). They allow a user to complete a task.

The TdxGanttControlResource class members allow you to do the following:

  • Create a blank resource (Blank)
  • Access a resource calendar (CalendarUID)
  • Assign a name or identifier to a resource (Name and ID)
  • Add a resource to a group (Group)
  • Categorize resources (Type)

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

See Also