RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRDSConnection.ComputerName Property

Specifies the source of a business object.

Pascal
property ComputerName: WideString;
C++
__property BSTR ComputerName;

Use ComputerName to specify the source of a business object to use through the TRDSConnection component. If left blank, the business object is loaded from the local machine. 

Several protocols are supported for creating the business object: HTTP, HTTPS, and DCOM. For business objects created with HTTP and HTTPS, ComputerName is a string containing a Universal Resource Identifier (URL) identifying the Internet Information Server (IIS) Web server where an instance of the server business object is created. For DCOM, ComputerName is the name of the machine. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!