RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMidasConnection.UseBroker Property

Indicates whether an OLEnterprise connection should use the OLEnterprise Business Object Broker.

Pascal
property UseBroker: Boolean;
C++
__property Boolean UseBroker;

When establishing connections to the application server using OLEnterprise, UseBroker specifies whether the connection should use the Business Object Broker. If UseBroker is true, TMidasConnection uses the Business Object Broker, and the ComputerName property specifies the name of the Business Object Broker. If UseBroker is false, TMidasConnection uses OLEnterprise, but does not go through the Business Object Broker. When UseBroker is false, ComputerName specifies the name of the OLEnterprise server. 

For more information about using OLEnterprise, see the OLEnterprise documentation.

Note: The value of UseBroker has no effect unless ConnectType is ctOLEnterprise.
 

 

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