www.icetips.com  Icetips Utilities Documentation 5/9/2015    

Core Class: GetComputerName

Previous  Top  Next  


Prototype: (),String,PROC

 

ReturnsReturn the computer name

 

This method uses the GetComputerName api to retrieve the name of the computer as shown below.

 

getcomputername

 

On this computer the GetComputerName would return "Compaq"  Note that the APIs normally return the computer name as all upper case.

 

Example:

ITC  ITCoreClass

Code

Message('Computer Name: ' & ITC.GetComputerName())

!! Using the ITC.ComputerName property would also work.

 

See also:

ComputerName

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/getcomputername_core.htm