TcxSchedulerEventItemLink.GetRelationAsText Method
In This Article
Returns the link type (see the Relation property) as the display text taken in parentheses.
#Declaration
Delphi
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 | Get |
---|---|
tr |
(Finish-To-Start) |
tr |
(Start-To-Start) |
tr |
(Finish-To-Finish) |
tr |
(Start-To-Finish) |
See Also