Data.SqlExpr.GetDelegateDriverNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetDelegateDriverNames(List: TStrings; DesignMode: Boolean = True);

C++

extern DELPHI_PACKAGE void __fastcall GetDelegateDriverNames(System::Classes::TStrings* List, bool DesignMode = true);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

Description

Populates a string list with the names of drivers for the delegate connections.

GetDelegateDriverNames fills the string list specified by List with the names of drivers for the delegate connections.

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 run time (False).

See Also