Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Setting application properties in scripts – PB Docs 125 – PowerBuilder Library

Setting application properties in scripts – PB Docs 125

Setting application properties in scripts

The Application object has several properties that specify
application-level properties. For example, the property ToolbarText
specifies whether text displays on toolbars in an MDI application.

You can reference these properties in any script
in the application using this syntax:

AppName.property

For example, to specify that text displays on toolbars in
the Test application, code this in a script:

Test.ToolbarText = TRUE

If the script is in the Application object itself, you do
not need to qualify the property name with the application name.

note.png Application name cannot be changed

The name of an application is one of the Application object’s
properties, but you cannot change it.

For a complete list of the properties of the
Application object, see Objects and Controls.


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x