Navigation: Code Documentation > RSCommon > GGraph > Classes > TGGraph > Properties
TGGraph.Node[Integer] Property
Returns the node at the specified index.
Using the NodeCount and Node property, you can access all the nodes in the graph.
Namespace: GGraph
Delphi
public property Node[ Index: Integer ]: TGGraphNode read GetNode; default;
Parameters
Index
Type: Integer
Type: TGGraphNode
•GGraph.TGGraph.FindNode(String)
•GGraph.TGGraph.NodeCount
•TGGraph
•GGraph