TdxGanttControlTaskPredecessorLink.IsPercentLagFormat Method
In This Article
Checks if a lag time is specified as a percentage.
#Declaration
Delphi
function IsPercentLagFormat: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if ‘%’ follows a lag value; otherwise, False. A lag value depends on a predecessor task’s duration.
See Also