The PutResEnum type supports the following values:
Name | Value | Description | |||
exPutResLoad | 1 |
Loads the bar's resources from another control. For instance, the
Target.PutRes(Source.ResHandle, exPutResLoad) method loads the bar's usage of
resources in Target. The
exPutResLoad option must be used on the Target component that displays the
Resources column, where all resources being found are set on lines, while bars
in the chart indicates the bars in the Source that uses the current
resource.
The following picture shows the Target once the Target.PutRes(Source.ResHandle, exPutResLoad) is called: | |||
exPutResSave | 2 |
Saves the bar's resources to another control. , For instance the Source.PutRes(
Target.ResHandle, exPutResSave ) saves the bar's allocations to Source taking
data from the Target. The
exPutResSave option must be used on Source control, so the changes in the Target
control are updated to the Source control.
The following picture shows the Source ( the original Gantt control ) once the Source.PutRes( Target.ResHandle, exPutResSave ) is called: |