Navigation: Code Documentation > RSCommon > GGraph > Classes > TGGraphNode > Methods
TGGraphNode.Clear Method
Clears the node, in this case, this means to delete all edges from the node to other nodes. Other node descendants can override this behavior to also clear other information.
Namespace: GGraph
Delphi
public procedure Clear; virtual;
•GGraph.TGGraphNode.Edge[Integer]
•GGraph.TGGraphNode.EdgeCount
•GGraph.TGGraphNode.IndexOfEdge(TGGraphEdge)
•GGraph.TGGraphNode.RemoveEdge(TGGraphEdge)
•GGraph.TGGraphNode.AddEdge(TGGraphNode)
•TGGraphNode
•GGraph