RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxConnectionStringBuilder.DelegateConnection Property

Delegate connection used by this connection.

Pascal
[Category(TConnectionStringCategories.DriverConfiguration)]
property DelegateConnection: string;
C++
[Category(TConnectionStringCategories.DriverConfiguration)]
__property AnsiString DelegateConnection;

Delegate connection used by this connection. Delegate connections implement the dbExpress 4 driver framework. They can perform pre or post processing of all public and protected methods before delegating to the real connection or another delegate connection. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!