Menu: View→Object Properties→Text→Variable name
The name of the currently selected variable. Changes made in this box are reflected immediately in the path diagram.
Programming
In Amos Graphics programs, you can fill this text box with "SampleText" by using the following statement (Visual Basic):
pd.GetTextBox("ObjectPropertiesForm", "VariableText_0").Text = "SampleText"