RAD Studio VCL Reference
|
Returns the local host name.
function LocalHostName: TSocketHost;
__fastcall TSocketHost LocalHostName();
Use LocalHostName to return the host name for the local host. For example:
ShowMessage(TcpClient1.LocalHostName);
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|