TcxSchedulerEventItemLink.GetRelationAsText Method
Returns the link type (see the Relation property) as the display text taken in parentheses.
Declaration
function GetRelationAsText: string;
Returns
| Type |
|---|
| string |
Remarks
The following table provides mappings between the Relation property values and the GetRelationAsText method’s return values.
| Relation | GetRelationAsText |
|---|---|
| trFinishToStart | (Finish-To-Start) |
| trStartToStart | (Start-To-Start) |
| trFinishToFinish | (Finish-To-Finish) |
| trStartToFinish | (Start-To-Finish) |
See Also