Data.SqlExpr.TConnectionData.GetFullParams
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
| Unit: Data.SqlExpr | |
| Parent: TConnectionData | |
Delphi
procedure GetFullParams(Params: TStrings);
C++
void __fastcall GetFullParams(System::Classes::TStrings* Params);
Description
Gets the connection data properties.
GetFullParams gets all the properties of a TConnectionData and also the properties of its DelegateConnection into the Params TStrings parameter.