Navigation: Code Documentation > RSCommon > GGraph > Classes > TGCustomGraph > Methods
TGCustomGraph.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 ); dynamic;
Parameters
ANode
Type: TGGraphNode
NewCaption
Type: String
•GGraph.TGGraphNode.Caption
•GGraph.TGCustomGraph.OnNodeCaptionChange
•TGCustomGraph
•GGraph