RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSession.GetDriverNames Method

Populates a string list with the names of all Borland Database Engine (BDE) drivers available to the session.

Pascal
procedure GetDriverNames(List: TStrings);
C++
__fastcall GetDriverNames(TStrings List);

Call GetDriverNames to retrieve the names of all BDE drivers that can be used by a session. List is a string list object, created and maintained by the application, into which to store the driver names. 

 

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