Navigation: Code Documentation > RSCommon > GGraph > Classes > TGLabelGraph > Methods
TGLabelGraph.TextChange(TGGraphNode,String) Method
Called when a node's Caption is changing.
Calls the OnNodeCaptionChange event handler.
Namespace: GGraph
Delphi
protected procedure TextChange( ANode:TGGraphNode; var NewCaption: String ); override;
Parameters
ANode
Type: TGGraphNode
NewCaption
Type: String
TGCustomGraph.TextChange(TGGraphNode,String)
•GGraph.TGGraphNode.Caption
•GGraph.TGCustomGraph.OnNodeCaptionChange
•TGLabelGraph
•GGraph