Home > comp > gb > application > name 
 en fr de es it nl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
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