RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXConnectionFactory.GetConnectionDriver Method

Gets a TDBXDriver instance for a connection name

Pascal
function GetConnectionDriver(const ConnectionName: UnicodeString): TDBXDelegateDriver; overload;
C++
__fastcall TDBXDelegateDriver GetConnectionDriver(const UnicodeString ConnectionName);

This method gets the associated TDBXDriver instance for the supplied ConnectionName.

Note: Call TDBXDriver.Free when the TDBXDriver is no longer needed.
 

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