2.0
3.0
>
comp
>
gb
>
application
>
name
Previous
Next
Edit
Rename
Undo
Search
Administration
Documentation
Warning! This page is not translated.
See english version
Application.Name (gb)
Static
Property Read
Name
As
String
Return the application name, as defined in the IDE project
property
/comp/gb.form/dialog
.
Example
Dim s AS String
s = Application.Name ' Returns the name of the Appplication
TextBox1.Text = s