Description
Specifies the window's caption of the JavaFX application object.
Declaration
TestObj.JavaFXObjectText
Read-Only Property | String |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
All JavaFX application objects.
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
The JavaFX object’s window caption as a string.
Remarks
The property is used for addressing objects. See Addressing Objects in JavaFX Applications for more information.
See Also
Addressing Objects in JavaFX Applications
Support for JavaFX Applications' Controls