RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SqlExpr.GetDriverNames Function

Populates a string list with the names of all available dbExpress drivers.

Pascal
procedure GetDriverNames(List: TStrings; DesignMode: Boolean = True);
C++
GetDriverNames(TStrings List, Boolean DesignMode = True);

SqlExpr

GetDriverNames fills the string list specified by List with the names of all installed dbExpress drivers. GetDriverNames fetches the names of Installed drivers from the drivers.ini file. 

List is a string list object, created and maintained by the application, into which to store the driver names. 

DesignMode indicates whether the names are fetched at design time (true) or at runtime (false). 

 

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