Navigation: Code Documentation > RSCommon > GGraph > Classes > TGCustomGraph > Properties
TGCustomGraph.NeedAcyclicCheck Property
Specifies whether the graph needs to perform a topological ordering in order to determine if the graph is acyclic or not
Namespace: GGraph
Delphi
protected property NeedAcyclicCheck: Boolean read FNeedAcyclicCheck write FNeedAcyclicCheck default True;
Property Value
Type: Boolean
•TGCustomGraph
•GGraph