Show/Hide Toolbars

RiverSoftAVG Products Help

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

TGCustomGraph.RemoveNode(String) Method

Scroll Prev Top Next More

Removes the node with the specified    Caption from the graph and frees the node. The graph searches for a node that matches the Caption parameter, if no node is found this method returns nil.

All edges to and from the node are also deleted. The overloaded RemoveNode method removes the specified node. In other words, the graph doesn't have to search for a node that matches the Caption string.

noteNote

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

Namespace: GGraph

Parameters

Caption

Type: String

Return Value

Type: Boolean

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb