Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > GGraph > Classes > TGCustomGraph > Methods

TGCustomGraph.RemoveNode(TGGraphNode) Method

Scroll Prev Top Next More

Removes the node from the graph and frees the node.

All edges to and from the node are also deleted. The overloaded RemoveNode method removes a node based on its Caption property. In other words, the graph searches for a node that matches the Caption string.

noteNote

To remove a node without freeing it, use the Extract methods.

Namespace: GGraph

Parameters

Node

Type: TGGraphNode

Return Value

Type: Boolean

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb