[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Return current domain name
Source position: oldlinux.pp line 1472
function GetDomainName: String; |
Get the domain name of the machine on which the process is running. An empty string is returned if the domain is not set.
None.
|
Return host name |
Program Example39; { Program to demonstrate the GetDomainName function. } Uses oldlinux; begin Writeln ('Domain name of this machine is : ',GetDomainName); end.
lazarus-ccr.sourceforge.net |