Home > comp > gb > application > name 
 en fr de es it nl pl pt pt_BR mk sq hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
Warning! This page is not up to date.  See english version 
Application.Name (gb)
Static Property Read Name As String

Retorna el nom de l'aplicació.

Example

DIM s AS String

s = Application.Name ' Retorna el nom de l'aplicació
TextBox1.Text = s